Skip to content

Commit

Permalink
chore: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Oct 9, 2024
1 parent 75d02f0 commit 8dd3aa1
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 @@ -5,13 +5,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: ["14", "16", "18"]
node-version: ["18", "20", "22"]
os: [ubuntu-latest, windows-latest]
name: Test on Node v${{ matrix.node-version }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
Expand Down

0 comments on commit 8dd3aa1

Please sign in to comment.