Skip to content

Commit

Permalink
chore: bump node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 23, 2023
1 parent d678e25 commit f998f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
cache: yarn
- run: yarn install
- run: yarn prepack
- run: yarn lint
- run: npx node@12 ./node_modules/.bin/mocha ./test/*.test.*
- run: npx node@16 ./node_modules/.bin/mocha ./test/*.test.*

0 comments on commit f998f22

Please sign in to comment.