Skip to content

Commit

Permalink
👷 Update node version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
perdy committed Feb 24, 2025
1 parent f8278c9 commit da434c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pull_request_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 22
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
Expand Down

0 comments on commit da434c6

Please sign in to comment.