Skip to content

Prepare release v1.5.1 #54

Prepare release v1.5.1

Prepare release v1.5.1 #54

Workflow file for this run

name: Release NPM
on:
push:
branches: [release/*]
jobs:
publish-npm:
name: Publish NPM module
runs-on: ubuntu-latest
environment: Release
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: mymindstorm/setup-emsdk@v14
with:
# See https://github.com/tree-sitter/tree-sitter/blob/master/cli/emscripten-version
version: 2.0.24
- uses: actions/setup-node@v4
with:
node-version: '16'
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm install-test
- uses: cucumber/[email protected]
with:
npm-token: ${{ secrets.NPM_TOKEN }}