We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244a987 commit 7ddb797Copy full SHA for 7ddb797
1 file changed
.github/workflows/node.js.yml
@@ -15,12 +15,13 @@ jobs:
15
node-version: [20]
16
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
19
- name: Use Node.js ${{ matrix.node-version }}
20
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
21
with:
22
node-version: ${{ matrix.node-version }}
23
cache: 'npm'
24
+ cache-dependency-path: '**/package-lock.json'
25
- run: npm ci
26
- run: npm run build --if-present
27
- run: npm run coverage --if-present
0 commit comments