Skip to content

Commit

Permalink
chore: @W-16403700 Update node version in near-membrane (#462)
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel Jasso <[email protected]>
  • Loading branch information
rwaldron and manuel-jasso authored Aug 2, 2024
1 parent 4a539f1 commit 75a37d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-workspace/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: 'yarn'
- name: Install dependencies
shell: bash
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@
"typescript": "5.1.6"
},
"engines": {
"node": "^16.19.1",
"yarn": "^1.22.11"
"node": "^18.17.1",
"yarn": "^1.22.19"
},
"volta": {
"node": "16.19.1",
"yarn": "1.22.11"
"node": "18.17.1",
"yarn": "1.22.19"
},
"engineStrict": true,
"lint-staged": {
Expand Down

0 comments on commit 75a37d0

Please sign in to comment.