We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d660a70 commit 7119e10Copy full SHA for 7119e10
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
with:
46
node-version: 20
47
architecture: ${{ matrix.node }}
48
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
49
- run: npm ci
50
- run: npm run ${{ matrix.command }} -- ${{ matrix.args }}
51
- uses: actions/upload-artifact@v4
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
lint:
10
runs-on: ubuntu-latest
11
steps:
12
13
- uses: actions/setup-node@v3
14
15
node-version: 18.x
@@ -27,7 +27,7 @@ jobs:
27
- { os: ubuntu-latest, arch: x64 }
28
- { os: windows-2019, arch: x64 }
29
30
31
32
33
node-version: ${{ matrix.node-version }}
0 commit comments