Skip to content

Commit 76d0105

Browse files
author
Graham Still
committed
Run against current stable node, using latest action versions
1 parent 5126f6a commit 76d0105

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/run-tests.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
name: Run Tests
1313
strategy:
1414
matrix:
15-
node: [18.x]
15+
node: [22.x]
1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Setup node
21-
uses: actions/setup-node@v2
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node }}
2424

@@ -27,7 +27,6 @@ jobs:
2727
npm ci
2828
2929
- name: Lint code
30-
if: ${{ matrix.node == '18.x' }}
3130
run: npm run lint
3231

3332
- name: Run tests

0 commit comments

Comments
 (0)