Skip to content

Commit

Permalink
Merge pull request #1257 from glensc/node-14-engine
Browse files Browse the repository at this point in the history
Bump node engine to 14
  • Loading branch information
orta authored Mar 22, 2022
2 parents 9337fac + c657a92 commit 6fc510f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Test against this version of Node.js
environment:
nodejs_version: "12"
nodejs_version: "14"

# Install scripts. (runs after repo cloning)
install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
},
"homepage": "https://github.com/danger/danger-js#readme",
"engines": {
"node": ">=10"
"node": ">=14.13.1"
},
"devDependencies": {
"@babel/cli": "7.1.2",
Expand Down

0 comments on commit 6fc510f

Please sign in to comment.