Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qubyte authored Oct 31, 2024
1 parent 432bf08 commit 275390b
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:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18]
node: [18, 20, 22]
steps:
- name: checkout
uses: actions/checkout@main
Expand All @@ -25,9 +25,9 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@main
- name: use node 18
- name: use node 22
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 22.x
- run: npm ci
- run: npm run lint

0 comments on commit 275390b

Please sign in to comment.