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 fc1f6c5 commit 7209d7bCopy full SHA for 7209d7b
.github/workflows/CI.yml
@@ -97,7 +97,7 @@ jobs:
97
98
- name: Install Node
99
if: ${{ !matrix.docker }}
100
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v5
101
with:
102
node-version: ${{ matrix.node }}
103
architecture: ${{ matrix.arch }}
@@ -163,7 +163,7 @@ jobs:
163
key: ${{ runner.os }}-${{ matrix.node }}-${{ matrix.arch }}-${{ hashFiles('package.json') }}
164
165
166
167
168
169
0 commit comments