Skip to content

Commit

Permalink
chore: update ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
JB AUBREE committed May 21, 2024
1 parent 593cfcf commit 3c1234d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node: [14, 16, 17]
node: [16, 18, 20, 22]

steps:
- name: Checkout repo
Expand All @@ -23,7 +23,7 @@ jobs:
version: 6

- name: Set node version to ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
registry-url: https://registry.npmjs.org/
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
version: 6

- name: Set node version to 16
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
cache: pnpm
Expand Down

0 comments on commit 3c1234d

Please sign in to comment.