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 4555acb commit bc0eca9Copy full SHA for bc0eca9
.github/workflows/site.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
14
with:
15
node-version: 22.x
16
- run: npm ci
.github/workflows/test.yaml
@@ -21,7 +21,7 @@ jobs:
21
22
23
- name: with Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
24
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
25
26
node-version: ${{ matrix.node-version }}
27
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
node-version: 23.x
38
0 commit comments