Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tclindner authored Jun 9, 2024
1 parent 0d4ef50 commit 2a8f205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'
- run: npm ci --no-progress
- run: npm run build
- run: npm run lint
Expand All @@ -28,7 +28,7 @@ jobs:

strategy:
matrix:
node: [16, 18, 20]
node: [18, 20, 22]
# TODO: Add windows-latest
os: [ubuntu-latest, macos-latest]

Expand Down

0 comments on commit 2a8f205

Please sign in to comment.