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 0fe78f0 commit 3a18319Copy full SHA for 3a18319
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: mansona/npm-lockfile-version@v1
22
23
- name: Use Node.js ${{ env.NODE_VERSION }}
24
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
25
with:
26
cache: 'npm'
27
node-version: ${{ env.NODE_VERSION }}
@@ -32,7 +32,6 @@ jobs:
32
- name: Lint
33
run: npm run lint
34
35
-
36
test-app:
37
name: Test app
38
runs-on: ubuntu-latest
@@ -42,7 +41,7 @@ jobs:
42
41
uses: actions/checkout@v2
43
44
45
46
47
48
0 commit comments