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