Skip to content

Commit

Permalink
[WIP] CI: Add testing for Node 18 and Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jdforrester committed Jun 24, 2024
1 parent 8c99ad3 commit bd788f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/wikimedia/service-runner",
"engines": {
"node": ">=12"
"node": ">=16"
},
"dependencies": {
"bluebird": "^3.7.2",
Expand Down

0 comments on commit bd788f9

Please sign in to comment.