Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tclindner committed Jun 9, 2024
1 parent 6888bdf commit aa1d7a8
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.0.2
with:
node-version: '16'
node-version: '18'
- run: npm ci --no-progress
- run: npm run lint

Expand All @@ -27,7 +27,7 @@ jobs:

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

steps:
Expand Down

0 comments on commit aa1d7a8

Please sign in to comment.