Skip to content

Commit

Permalink
Updates engines to 14 (major)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Jul 18, 2021
1 parent b0f0153 commit 19bfb6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm test
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "12"
- "14"
after_success:
- npm run coveralls
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"main": "index.js",
"engines": {
"node": ">=12"
"node": ">=14"
},
"scripts": {
"test": "standard && npm audit && ava",
Expand Down

0 comments on commit 19bfb6f

Please sign in to comment.