Skip to content

Commit

Permalink
Update CI to run newer version of eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiostalla committed Aug 23, 2023
1 parent 1f958a0 commit 61697f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 15.x, 16.x, 17.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -22,4 +22,4 @@ jobs:
- run: yarn build
- run: yarn test
env:
CI: true
CI: true

0 comments on commit 61697f3

Please sign in to comment.