Skip to content

Commit

Permalink
node >= 14 to node >= 15 (node 15 included npm 7 that is the first to…
Browse files Browse the repository at this point in the history
… support the new lockfile version)
  • Loading branch information
bago committed Jun 22, 2022
1 parent 1392bf3 commit fee0007
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-grunt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- "18"
- "16"
- "14"
- "15"
before_install:
- npm install -g grunt-cli
- npm install -g codecov
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
environment:
matrix:
- nodejs_version: "14"
- nodejs_version: "15"
- nodejs_version: "16"
- nodejs_version: "18"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"test": "grunt jasmine_node"
},
"engines": {
"node": ">= 14.0.0",
"node": ">= 15.0.0",
"npm": ">= 8.3.0"
},
"release-it": {
Expand Down

0 comments on commit fee0007

Please sign in to comment.