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 54d3a05 commit a31b920Copy full SHA for a31b920
.github/workflows/ci.yaml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
node: [12, 14, 16, 18]
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- uses: actions/setup-node@v3
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: 18
@@ -35,7 +35,7 @@ jobs:
35
36
needs: [test, lint]
37
38
39
40
41
0 commit comments