Skip to content

Commit

Permalink
fix(deps): set min node version to 14.17.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: set min node version to 14.17.0
  • Loading branch information
lgaticaq committed Nov 3, 2021
1 parent fc088f8 commit 5bc476d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.14.1'
node-version: '14.17.0'
- uses: actions/cache@v2
with:
path: ~/.npm
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.14.1'
node-version: '14.17.0'
- uses: actions/cache@v2
with:
path: ~/.npm
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.14.1'
node-version: '14.17.0'
- uses: actions/cache@v2
with:
path: ~/.npm
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "nyc mocha --no-timeouts test"
},
"engines": {
"node": ">=12"
"node": ">=14.17.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5bc476d

Please sign in to comment.