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 674266a commit c024308Copy full SHA for c024308
.github/workflows/local-test.yml
@@ -10,7 +10,7 @@ jobs:
10
test:
11
runs-on: ubuntu-20.04
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
14
- run: npm ci
15
- name: Testing / Linting
16
run: npm run test
@@ -46,7 +46,7 @@ jobs:
46
failure:
47
48
49
50
51
52
0 commit comments