Skip to content

Commit

Permalink
ci: bump node version 12->18
Browse files Browse the repository at this point in the history
  • Loading branch information
sportshead committed May 4, 2024
1 parent d2fd039 commit e1e1e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:
branches: [main]

jobs:
lint:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run test

0 comments on commit e1e1e7f

Please sign in to comment.