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 ec9499b commit badcd47Copy full SHA for badcd47
.github/workflows/ci.yaml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
node: [18, 20, 22]
13
steps:
14
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
15
- uses: actions/setup-node@v6
16
with:
17
node-version: ${{ matrix.node }}
@@ -24,7 +24,7 @@ jobs:
24
lint:
25
runs-on: ubuntu-latest
26
27
28
29
30
node-version: 24
.github/workflows/release.yaml
@@ -29,7 +29,7 @@ jobs:
contents: write
id-token: write
31
32
33
34
35
node-version: ${{ env.NODE }}
0 commit comments