We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297a39a commit 34502efCopy full SHA for 34502ef
.github/workflows/tests.yml
@@ -26,9 +26,10 @@ jobs:
26
if: runner.os == 'Windows'
27
- uses: actions/checkout@v2
28
- name: Use Node.js ${{ matrix.node-version }}
29
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
30
with:
31
node-version: ${{ matrix.node-version }}
32
+ architecture: 'x64'
33
- name: Create the npm cache directory
34
run: mkdir npm-cache && npm config set cache ./npm-cache --global
35
- name: Cache node modules
0 commit comments