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