Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Oct 2, 2024
1 parent ccf124b commit 13c4eba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [ '14', '15' ,'16', '17' ]
node: [ '20', '22' ]
os: [ windows-latest, ubuntu-latest ]
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
steps:
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '15'
node-version: '22'
- name: Cache
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -100,6 +100,7 @@ jobs:
- uses: actions/setup-node@v3
with:
registry-url: https://registry.npmjs.org/
node-version: '22'
- uses: bahmutov/npm-install@v1
- run: yarn build
env:
Expand Down

0 comments on commit 13c4eba

Please sign in to comment.