You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ jobs:
32
32
runs-on: ubuntu-latest
33
33
name: Build and test
34
34
steps:
35
-
- uses: actions/checkout@v3
35
+
- uses: actions/checkout@v4
36
36
- uses: bahmutov/npm-install@v1
37
37
- run: npm t
38
38
```
@@ -60,7 +60,7 @@ jobs:
60
60
runs-on: ubuntu-latest
61
61
name: Build and test
62
62
steps:
63
-
- uses: actions/checkout@v3
63
+
- uses: actions/checkout@v4
64
64
65
65
- uses: bahmutov/npm-install@v1
66
66
with:
@@ -90,7 +90,7 @@ jobs:
90
90
runs-on: ubuntu-latest
91
91
name: Build and test
92
92
steps:
93
-
- uses: actions/checkout@v3
93
+
- uses: actions/checkout@v4
94
94
- uses: bahmutov/npm-install@v1
95
95
with:
96
96
working-directory: |
@@ -171,7 +171,7 @@ The first cache will have key `npm-tool-a-...` and the second cache will have ke
171
171
If you need to use a specific Node version, use the [actions/setup-node](https://github.com/actions/setup-node) before installing the dependencies.
0 commit comments