Skip to content

Commit aa9eead

Browse files
committed
fix: fix beta publish
1 parent 3c41baf commit aa9eead

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/npm-publish-beta.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [windows-2022, ubuntu-latest, macos-12, macos-14]
15-
node: [14]
15+
node: [16]
1616
runs-on: ${{ matrix.os }}
1717
env:
1818
VCINSTALLDIR: 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC'

.github/workflows/prebuild.yml

-7
This file was deleted.

0 commit comments

Comments
 (0)