Skip to content

Commit

Permalink
Merge pull request #1111 from timbeadle/node-16
Browse files Browse the repository at this point in the history
Node 16
  • Loading branch information
timbeadle authored Sep 26, 2023
2 parents 8406e78 + b5c51a7 commit cb9919b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 80 deletions.
76 changes: 0 additions & 76 deletions .github/workflows/codeql.yml

This file was deleted.

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: [14.17.x, 14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 14.17"
"node": ">= 16.14"
},
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"snyk": true,
"volta": {
"node": "14.17.6",
"npm": "8.19.4"
"node": "16.20.2",
"npm": "9.8.1"
}
}

0 comments on commit cb9919b

Please sign in to comment.