We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476f8d8 commit f2ac327Copy full SHA for f2ac327
.github/workflows/release.yml
@@ -135,7 +135,7 @@ jobs:
135
path: release-artifacts
136
- name: Prepare next release
137
if: github.ref_type == 'branch'
138
- run: ./.scripts/prepare-next-release.ts ${{ github.run_number }} ${{ github.sha }}
+ run: node --no-warnings=ExperimentalWarning --experimental-strip-types ./.scripts/prepare-next-release.ts ${{ github.run_number }} ${{ github.sha }}
139
- name: Create npm dirs
140
run: yarn napi create-npm-dir -t .
141
- name: Move artifacts
0 commit comments