Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/eslint-9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykenedy authored Apr 21, 2024
2 parents 38fbeee + 954e404 commit d1b1717
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [19.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -25,5 +25,3 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run clean

0 comments on commit d1b1717

Please sign in to comment.