Skip to content

Commit d573489

Browse files
chore(internal): codegen related update
1 parent 9f07302 commit d573489

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ jobs:
2424
- name: Set up Node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: '20'
27+
node-version: '22'
28+
29+
- name: Set up pnpm
30+
uses: pnpm/setup-action@v3
31+
with:
32+
version: '10.14.0'
2833

2934
- name: Bootstrap
3035
run: ./scripts/bootstrap
@@ -46,7 +51,12 @@ jobs:
4651
- name: Set up Node
4752
uses: actions/setup-node@v4
4853
with:
49-
node-version: '20'
54+
node-version: '22'
55+
56+
- name: Set up pnpm
57+
uses: pnpm/setup-action@v3
58+
with:
59+
version: '10.14.0'
5060

5161
- name: Bootstrap
5262
run: ./scripts/bootstrap
@@ -81,6 +91,11 @@ jobs:
8191
with:
8292
node-version: '22'
8393

94+
- name: Set up pnpm
95+
uses: pnpm/setup-action@v3
96+
with:
97+
version: '10.14.0'
98+
8499
- name: Bootstrap
85100
run: ./scripts/bootstrap
86101

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)