Skip to content

Commit 4cc3e91

Browse files
author
veeck
committed
Update github actions
1 parent 76fde48 commit 4cc3e91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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)