Skip to content

Commit

Permalink
chore(node): update version to LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
crondinini committed Nov 27, 2021
1 parent ef91ba2 commit cbaf043
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
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@v1
with:
node-version: 12
node-version: 16
- name: Restore node modules cache
uses: actions/cache@v2
env:
Expand All @@ -34,7 +34,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- name: Restore node modules cache
uses: actions/cache@v2
env:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
16.13.0
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"license": "MIT",
"version": "1.0.0",
"private": false,
"engines": {
"node": ">=16.0.0",
"yarn": "^1.5"
},
"description": "React Typescript Library Boilerplate",
"author": "Dhaiwat Pandya",
"homepage": "https://github.com/Developer-DAO/web3-ui/",
Expand Down Expand Up @@ -76,10 +80,6 @@
"typescript": "^4.1.0",
"webpack": "^4.42.1"
},
"engines": {
"node": ">=12.0.0",
"yarn": "^1.5"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
Expand Down

0 comments on commit cbaf043

Please sign in to comment.