Skip to content

Commit

Permalink
Update Build and test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasrw authored Dec 29, 2024
1 parent 279f577 commit c42f493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build and test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build from src
uses: useblacksmith/setup-node@65c6ca86fdeb0ab3d85e78f57e4f6a7e4780b391 # v5.0.4
with:
node-version: '20.x'
node-version: '22.x'

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

0 comments on commit c42f493

Please sign in to comment.