Skip to content

Commit

Permalink
update GH actions node.js vesions to test against
Browse files Browse the repository at this point in the history
  • Loading branch information
antonk52 committed Nov 18, 2023
1 parent 6af2679 commit 2a7f964
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v1
Expand All @@ -22,7 +22,6 @@ jobs:
- name: build
run: npm run build
- name: check codestyle
if: matrix.node-version != '10.x'
run: npm run lint
- name: tests
run: npm run test
Expand Down

0 comments on commit 2a7f964

Please sign in to comment.