Skip to content

Commit 4b0574a

Browse files
authored
Update GitHub Actions to use latest versions
1 parent c860c37 commit 4b0574a

File tree

3 files changed

+170
-161
lines changed

3 files changed

+170
-161
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
name: Test
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 1
2121

22-
- uses: actions/setup-node@v2
22+
- uses: actions/setup-node@v6
2323
with:
24-
node-version: 16
24+
node-version: 22
2525
cache: 'npm'
2626
cache-dependency-path: '**/package-lock.json'
2727
- run: make deps-project tests-ci

0 commit comments

Comments
 (0)