We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6a081 commit 6fae50cCopy full SHA for 6fae50c
1 file changed
.github/workflows/release.yml
@@ -9,6 +9,11 @@ permissions:
9
contents: write
10
id-token: write
11
12
+env:
13
+ # Opt every Node 20 action into Node 24 ahead of the June 2026 default flip
14
+ # and the September 2026 Node 20 removal.
15
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
16
+
17
jobs:
18
build:
19
name: Build - ${{ matrix.target }}
@@ -248,9 +253,6 @@ jobs:
248
253
node-version: "22"
249
254
registry-url: "https://registry.npmjs.org"
250
255
251
- - name: Update npm to latest
252
- run: npm install -g npm@latest && npm -v
-
256
- name: Copy binaries to npm packages
257
run: |
258
# Copy macOS binary
0 commit comments