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 f488506 commit 1be2ec3Copy full SHA for 1be2ec3
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
node: [18, 20]
13
steps:
14
- uses: actions/checkout@v5
15
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
16
with:
17
node-version: ${{ matrix.node }}
18
- run: node --version
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
27
28
29
30
node-version: 22
31
- run: npm install
@@ -36,7 +36,7 @@ jobs:
36
needs: [test, lint]
37
38
39
40
41
42
0 commit comments