Skip to content

Commit c42f493

Browse files
authored
Update Build and test.yml
1 parent 279f577 commit c42f493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build and test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build from src
2525
uses: useblacksmith/setup-node@65c6ca86fdeb0ab3d85e78f57e4f6a7e4780b391 # v5.0.4
2626
with:
27-
node-version: '20.x'
27+
node-version: '22.x'
2828

2929
- run: yarn install --frozen-lockfile
3030
- run: yarn build-only
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: blacksmith-4vcpu-ubuntu-2204
4949
strategy:
5050
matrix:
51-
node-version: [15.x, 16.x, 17.x, 18.x, 19.x, latest]
51+
node-version: [16.x, 18.x, 20.x, 22.x, 23.x, latest]
5252
steps:
5353
- name: Harden Runner
5454
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2

0 commit comments

Comments
 (0)