Skip to content

Commit 4264917

Browse files
author
veeck
committed
Update github actions and dependencies
1 parent 54c18b7 commit 4264917

File tree

3 files changed

+578
-305
lines changed

3 files changed

+578
-305
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
node-version: [18.x, 20.x, 22.x]
1919
steps:
2020
- name: Checkout code 🛎️
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: Setup Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v5
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- name: Install dependencies and run tests

0 commit comments

Comments
 (0)