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 7130ad6 commit 21f84c5Copy full SHA for 21f84c5
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
lint:
15
runs-on: ubuntu-22.04
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
- run: npx [email protected] --check .
19
20
test:
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
- name: Set up node ${{ matrix.node-version }}
45
id: setup-node
@@ -66,7 +66,7 @@ jobs:
66
needs: test
67
68
69
70
71
- name: Set up node 18.x
72
0 commit comments