Skip to content

Commit

Permalink
ci: upgrade node to 22 for CI (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
JinIgarashi authored Nov 15, 2024
1 parent 37a9836 commit 0898ce2
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 @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
node-version: [22]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
node-version: [22]

steps:
- name: checkout code repository
Expand Down

0 comments on commit 0898ce2

Please sign in to comment.