Skip to content

Commit 13394bf

Browse files
committed
fix: use latest Node.js LTS for release
1 parent 30ced5d commit 13394bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
package-name: release-please-action
1616
- uses: actions/checkout@v2
1717
- run: docker run -v $PWD:/pwd -w /pwd gengjiawen/node-build bash -c "cd wasm && wasm-pack build --release --scope=gengjiawen"
18+
- uses: actions/setup-node@v1
19+
with:
20+
node-version: 14
21+
registry-url: 'https://registry.npmjs.org'
22+
if: ${{ steps.release.outputs.release_created }}
23+
- run: npx envinfo
1824
- run: npm publish --access public
1925
working-directory: wasm/pkg
2026
env:

0 commit comments

Comments
 (0)