Skip to content

Commit

Permalink
chore: Add CI for Node 22 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
baseballyama authored May 9, 2024
1 parent a56b15d commit 724c34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16, 17, 18, 20]
node: [16, 17, 18, 20, 22]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
Expand Down

0 comments on commit 724c34f

Please sign in to comment.