Skip to content

Commit

Permalink
ci: remove unused node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fureev Eugene committed Nov 28, 2023
1 parent cb9569a commit 71e7788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
needs: [ lint-changelog, lint-code ]
strategy:
matrix:
node-version: [ 16.x,18.x,19.x,20.x ]
node-version: [ 19.x,20.x,21.x ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 71e7788

Please sign in to comment.