Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thaaddeus committed Mar 9, 2024
1 parent 292fa55 commit 967f7f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]

steps:
- name: Checkout
Expand All @@ -31,3 +31,6 @@ jobs:

- name: Check Code Format
run: npm run check-format

- name: Run Tests
run: npm run test

0 comments on commit 967f7f6

Please sign in to comment.