Skip to content

Commit

Permalink
chore(ci): remove node 17 (non LTS version)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy committed Sep 6, 2023
1 parent 0d38e98 commit 646bd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
os: [ windows-latest, ubuntu-latest, macos-latest ]
node: [ 14, 16, 17, 18, 19, 20 ]
node: [ 14, 16, 18, 19, 20 ]
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/setup-node@v3.8.1
Expand Down

0 comments on commit 646bd68

Please sign in to comment.