Skip to content

Commit

Permalink
Update tested Node.js versions
Browse files Browse the repository at this point in the history
Previous versions: 14, 16, 18, 19
New versions: 18, 20, 21
  • Loading branch information
mgol committed Nov 14, 2023
1 parent 1f514eb commit 2929ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
node-version: [14.x, 16.x, 18.x, 19.x]
node-version: [18.x, 20.x, 21.x]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
Expand Down

0 comments on commit 2929ba7

Please sign in to comment.