Skip to content

Commit

Permalink
build: Minimum NodeJS version now 20
Browse files Browse the repository at this point in the history
  • Loading branch information
timbeadle committed Oct 14, 2024
1 parent f6394cf commit f8916ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

steps:
- uses: actions/checkout@v4
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 18.20.4"
"node": ">= 20"
},
"license": "MIT",
"scripts": {
Expand All @@ -39,7 +39,7 @@
},
"snyk": true,
"volta": {
"node": "18.20.4",
"node": "20.18.0",
"npm": "10.9.0"
}
}

0 comments on commit f8916ea

Please sign in to comment.