Skip to content

Commit f2ac327

Browse files
committed
fix: preparing script
1 parent 476f8d8 commit f2ac327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
path: release-artifacts
136136
- name: Prepare next release
137137
if: github.ref_type == 'branch'
138-
run: ./.scripts/prepare-next-release.ts ${{ github.run_number }} ${{ github.sha }}
138+
run: node --no-warnings=ExperimentalWarning --experimental-strip-types ./.scripts/prepare-next-release.ts ${{ github.run_number }} ${{ github.sha }}
139139
- name: Create npm dirs
140140
run: yarn napi create-npm-dir -t .
141141
- name: Move artifacts

0 commit comments

Comments
 (0)