Skip to content

Commit

Permalink
chore(deps): update Node.js to 14.17.0 (LTS)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node.js v14 has numerous breaking changes from v10
  • Loading branch information
davecardwell committed May 25, 2021
1 parent dcfe146 commit 2ac20c2
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 @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: "10.18.1"
node-version: "14.17.0"
- name: Install Dependencies
env:
CI: true
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 10.18.1
nodejs 14.17.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"types": "dist/index.d.ts",
"sideEffects": false,
"engines": {
"node": ">=10.18.1"
"node": ">=14.17.0"
},
"files": [
"dist/"
Expand Down

0 comments on commit 2ac20c2

Please sign in to comment.