We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07208d2 commit a60524dCopy full SHA for a60524d
1 file changed
.github/workflows/release.yml
@@ -130,17 +130,21 @@ jobs:
130
chmod +x $HOME/bin/yarn
131
echo "$HOME/bin" >> $GITHUB_PATH
132
133
+ - uses: pnpm/action-setup@v4
134
+ with:
135
+ version: 10
136
+
137
- name: Set up Node
138
uses: actions/setup-node@v3
139
with:
140
node-version: 22
- cache-dependency-path: "evm/pnpm-lock.lock"
- cache: "yarn"
141
+ cache-dependency-path: "evm/pnpm-lock.yaml"
142
+ cache: "pnpm"
143
144
- name: Install npm dependencies
145
working-directory: evm
146
run: |
- yarn install
147
+ pnpm install
148
149
- name: Install dependencies
150
0 commit comments