Skip to content

Commit

Permalink
test: near-workspaces requires node version v20 for ARM architecture (
Browse files Browse the repository at this point in the history
  • Loading branch information
arkff202310 committed Apr 23, 2024
1 parent ccd1eeb commit f21f7ac
Show file tree
Hide file tree
Showing 18 changed files with 2,617 additions and 2,765 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3.1.1
with:
node-version: 16.13
node-version: 20.12.0
cache: npm
- name: Install Dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,6 +39,6 @@
"printWidth": 80
},
"engines": {
"node": "16"
"node": ">=20"
}
}

0 comments on commit f21f7ac

Please sign in to comment.