Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4c3cee9

Browse files
authoredMay 20, 2025··
fix(deps): update all non-major dependencies
1 parent 35ad526 commit 4c3cee9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1773
-1603
lines changed
 

‎.github/workflows/canary-deploy.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Node (20)
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: 22.10.0
37+
node-version: 22.15.1
3838
- name: Yarn install
3939
run: yarn
4040
- name: Deploy canary

‎.github/workflows/check-changeset.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Node (20)
4141
uses: actions/setup-node@v4
4242
with:
43-
node-version: 22.10.0
43+
node-version: 22.15.1
4444
- name: Yarn install
4545
run: yarn
4646
- name: Run changeset script

0 commit comments

Comments
 (0)
Please sign in to comment.