Skip to content

Commit 34502ef

Browse files
update github ci yml
1 parent 297a39a commit 34502ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
if: runner.os == 'Windows'
2727
- uses: actions/checkout@v2
2828
- name: Use Node.js ${{ matrix.node-version }}
29-
uses: actions/setup-node@v2
29+
uses: actions/setup-node@v4
3030
with:
3131
node-version: ${{ matrix.node-version }}
32+
architecture: 'x64'
3233
- name: Create the npm cache directory
3334
run: mkdir npm-cache && npm config set cache ./npm-cache --global
3435
- name: Cache node modules

0 commit comments

Comments
 (0)