We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2a63c commit b3bbf02Copy full SHA for b3bbf02
1 file changed
.github/workflows/test.yml
@@ -15,13 +15,13 @@ jobs:
15
name: Test
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v5
19
with:
20
fetch-depth: 1
21
22
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v6
23
24
- node-version: 16
+ node-version: 20
25
cache: 'npm'
26
cache-dependency-path: '**/package-lock.json'
27
- run: make deps-project tests-ci
0 commit comments