We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f377f commit b5425a4Copy full SHA for b5425a4
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
- ubuntu-latest
21
steps:
22
- uses: actions/checkout@v4
23
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
24
with:
25
node-version: ${{ matrix.node-version }}
26
- run: npm install
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ubuntu-latest
31
32
33
34
35
node-version: "18.x"
36
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
46
0 commit comments