Skip to content

Commit

Permalink
Stop supporting Node 14.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsun committed Jun 27, 2023
1 parent 8c7eafa commit fe2b57b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [19.x, 18.x, 16.x, 14.x]
node-version: [20.x, 19.x, 18.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"workshopper-adventure-test": "^1.2.0"
},
"engines": {
"node": ">=12.22.4"
"node": ">=16.20.1"
},
"license": "MIT",
"main": "./index.js",
Expand Down

0 comments on commit fe2b57b

Please sign in to comment.