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 c9ed823 commit a6721cdCopy full SHA for a6721cd
1 file changed
.github/workflows/npm-rust-publish.yml
@@ -16,6 +16,9 @@ permissions:
16
17
18
19
+env:
20
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
21
+
22
defaults:
23
run:
24
shell: bash
@@ -160,6 +163,10 @@ jobs:
160
163
echo "Built: ${BUILT_VERSION}, Expected: ${version}"
161
164
[ "$BUILT_VERSION" = "${version}" ] || { echo "Version mismatch!"; exit 1; }
162
165
166
+ - name: Install pnpm
167
+ if: steps.platform-package.outputs.published != 'true'
168
+ uses: pnpm/action-setup@v4
169
170
- name: Install Node
171
if: steps.platform-package.outputs.published != 'true'
172
uses: actions/setup-node@v5
@@ -194,6 +201,9 @@ jobs:
194
201
- name: Checkout
195
202
uses: actions/checkout@v5
196
203
204
205
206
197
207
198
208
199
209
with:
0 commit comments