We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e73b91 commit 8e3ca73Copy full SHA for 8e3ca73
.github/actions/js-setup/action.yml
@@ -10,6 +10,7 @@ runs:
10
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
11
with:
12
node-version: ">=22"
13
+ architecture: "arm64"
14
15
- name: Use corepack to activate pnpm
16
run: corepack enable
0 commit comments