Skip to content

Commit a60524d

Browse files
committed
try again
1 parent 07208d2 commit a60524d

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,17 +130,21 @@ jobs:
130130
chmod +x $HOME/bin/yarn
131131
echo "$HOME/bin" >> $GITHUB_PATH
132132
133+
- uses: pnpm/action-setup@v4
134+
with:
135+
version: 10
136+
133137
- name: Set up Node
134138
uses: actions/setup-node@v3
135139
with:
136140
node-version: 22
137-
cache-dependency-path: "evm/pnpm-lock.lock"
138-
cache: "yarn"
141+
cache-dependency-path: "evm/pnpm-lock.yaml"
142+
cache: "pnpm"
139143

140144
- name: Install npm dependencies
141145
working-directory: evm
142146
run: |
143-
yarn install
147+
pnpm install
144148
145149
- name: Install dependencies
146150
run: |

0 commit comments

Comments
 (0)