Skip to content

Commit

Permalink
Update node versions tested in CI (#19)
Browse files Browse the repository at this point in the history
* Update node versions tested in CI

* Add node-version file
  • Loading branch information
IanVS authored Jul 11, 2024
1 parent 7450d03 commit 2eebdc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 17.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.15.1

0 comments on commit 2eebdc5

Please sign in to comment.