Skip to content

Commit

Permalink
chore(package): update node version to v18.1.0 (#739)
Browse files Browse the repository at this point in the history
* chore(package): update node version to v18.1.0 (chore/update-node-version)

* chore(js.yml): Update node version to 18
  • Loading branch information
omniwired authored Nov 14, 2023
1 parent 9b315c2 commit fc1e6b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: "yarn"
node-version: 16
node-version: 18

- name: Install node modules
run: yarn
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ See it working [Here](https://app.teritori.com/)
❯ yarn --version
3.5.0
❯ node --version
v16.17.0
v18.1.0
❯ npx --version
8.15.0
```
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"lint-fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"postinstall": "patch-package"
},
"engines": {
"node": "v18.1.0"
},
"engineStrict": true,
"dependencies": {
"@cosmjs/amino": "0.29.3",
"@cosmjs/cosmwasm-stargate": "0.29.3",
Expand Down

0 comments on commit fc1e6b7

Please sign in to comment.