Skip to content

Commit 5b0219b

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

File tree

3 files changed

+579
-306
lines changed

3 files changed

+579
-306
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
timeout-minutes: 30
1616
strategy:
1717
matrix:
18-
node-version: [18.x, 20.x, 22.x]
18+
node-version: [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)