Skip to content

Commit

Permalink
ci: add node v20 test (#37)
Browse files Browse the repository at this point in the history
* ci: add node v20 test

* update pr.yml
  • Loading branch information
iChenLei authored Jul 24, 2024
1 parent 61a1495 commit c6f1cac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [12, 14, 16, 18, 20]
node: [12, 14, 16, 18, 20, 22]
runs-on: ${{ matrix.os }}
steps:
# Pull repo to test machine
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [20]
node: [22]
runs-on: ${{ matrix.os }}
steps:
# Pull repo to test machine
Expand Down

0 comments on commit c6f1cac

Please sign in to comment.