Skip to content

Commit 5517028

Browse files
committed
Use Node 18/20 for macos/windows
1 parent 271035a commit 5517028

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-pack-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
node-version: 18
3838
registry-url: 'https://registry.npmjs.org'
3939
- run: npm ci
40-
- run: npx prebuildify --napi --strip --arch=ia32
41-
- run: npx prebuildify --napi --strip --arch=x64
40+
- run: npx prebuildify --napi --strip --arch=ia32 [email protected]
41+
- run: npx prebuildify --napi --strip --arch=x64 [email protected]
4242
- run: dir prebuilds
4343
- uses: actions/upload-artifact@v4
4444
with:
@@ -54,7 +54,7 @@ jobs:
5454
node-version: 20
5555
registry-url: 'https://registry.npmjs.org'
5656
- run: npm ci
57-
- run: npx prebuildify --napi --strip --arch=arm64
57+
- run: npx prebuildify --napi --strip --arch=arm64 [email protected]
5858
- run: dir prebuilds
5959
- uses: actions/upload-artifact@v4
6060
with:
@@ -70,8 +70,8 @@ jobs:
7070
node-version: 18
7171
registry-url: 'https://registry.npmjs.org'
7272
- run: npm ci
73-
- run: npx prebuildify --napi --strip --arch=arm64
74-
- run: npx prebuildify --napi --strip --arch=x64
73+
- run: npx prebuildify --napi --strip --arch=arm64 [email protected]
74+
- run: npx prebuildify --napi --strip --arch=x64 [email protected]
7575
- run: find prebuilds
7676
- uses: actions/upload-artifact@v4
7777
with:

0 commit comments

Comments
 (0)