Skip to content

Commit

Permalink
fix: updated node version in test action
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamiikaze committed Feb 26, 2025
1 parent 7865ba7 commit 1e69111
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ">=21.4.0"
node-version: ">=22.0.0"
- name: Install
run: npm ci
- name: Build
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e69111

Please sign in to comment.