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 3649077 commit f9b79fbCopy full SHA for f9b79fb
.github/workflows/test-merge.yml
@@ -16,7 +16,7 @@ jobs:
16
- { os: windows-latest, arch: x64 }
17
steps:
18
- uses: actions/checkout@v4
19
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
20
with:
21
node-version: 18
22
- run: npm ci
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
12
13
14
node-version: 20
15
@@ -27,7 +27,7 @@ jobs:
27
- { os: windows-latest }
28
29
30
31
32
node-version: ${{ matrix.node-version }}
33
0 commit comments