File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments