Skip to content

Commit 26cb65a

Browse files
committed
fix pnpm issue
1 parent 4252750 commit 26cb65a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
- name: Install Node.js
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 20
17+
node-version: 22
1818

1919
- name: Setup pnpm
2020
uses: pnpm/action-setup@v4
2121
with:
22-
version: 10
22+
version: 10.24.0
2323

2424
- name: Install squid CLI
2525
run: pnpm add -g @subsquid/cli

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "origin-squid",
33
"private": true,
4+
"packageManager": "pnpm@10.24.0",
45
"scripts": {
56
"build": "rm -rf lib && tsc",
67
"codegen": "graphql-codegen --config codegen.ts",

0 commit comments

Comments
 (0)