We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c860c37 commit 4b0574aCopy full SHA for 4b0574a
3 files 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: 22
25
cache: 'npm'
26
cache-dependency-path: '**/package-lock.json'
27
- run: make deps-project tests-ci
0 commit comments