Skip to content

Commit 9045e17

Browse files
committed
changes
1 parent 951dbfd commit 9045e17

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ jobs:
2424
- name: Setup pnpm
2525
uses: pnpm/action-setup@v3
2626
with:
27-
version: 10.6.1
27+
version: 9.14.2
2828

2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 22
32+
node-version: 23
3333
cache: 'pnpm'
3434
registry-url: 'https://registry.npmjs.org'
3535

3636
- name: Install Dependencies
37-
run: pnpm install --no-frozen-lockfile
37+
run: pnpm install
3838

3939
- name: Build Packages
4040
run: pnpm build

.github/workflows/release_beta.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ jobs:
2424
- name: Setup pnpm
2525
uses: pnpm/action-setup@v3
2626
with:
27-
version: 10.6.1
27+
version: 9.14.2
2828

2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 22
32+
node-version: 23
3333
cache: 'pnpm'
3434
registry-url: 'https://registry.npmjs.org'
3535

3636
- name: Install Dependencies
37-
run: pnpm install --no-frozen-lockfile
37+
run: pnpm install
3838

3939
- name: Build Packages
4040
run: pnpm build

pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)