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 7359e11 commit 0291b0fCopy full SHA for 0291b0f
.github/workflows/ci.yaml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
node: [18, 20, 22]
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
- uses: actions/setup-node@v4
16
with:
17
node-version: ${{ matrix.node }}
@@ -20,7 +20,7 @@ jobs:
20
lint:
21
runs-on: ubuntu-latest
22
23
24
25
26
node-version: 20
.github/workflows/release.yaml
@@ -10,7 +10,7 @@ jobs:
10
build:
0 commit comments