Skip to content

Commit a5239ba

Browse files
authoredApr 18, 2025
fix(deps): update all non-major dependencies
1 parent 1363ecc commit a5239ba

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

+787
-657
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.14.0
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.14.0
4444
- name: Yarn install
4545
run: yarn
4646
- name: Run changeset script

0 commit comments

Comments
 (0)