Skip to content

Commit

Permalink
build: use node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom committed Dec 23, 2024
1 parent 1b16dce commit 65f1185
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "pnpm"

- name: Cache turbo build setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "pnpm"

- name: Cache turbo build setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-trieve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "pnpm"

- name: Cache turbo build setup
Expand Down

0 comments on commit 65f1185

Please sign in to comment.