Skip to content

Convert to ESM (#72) #12

Convert to ESM (#72)

Convert to ESM (#72) #12

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
env:
GITHUB_READ_ONLY_TOKEN: ${{ secrets.GH_RO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_RW_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm install
- run: VERBOSE=1 ./bin/cli.js check
- run: npm run test
- run: VERBOSE=1 ./bin/cli.js bump
- run: VERBOSE=1 ./bin/cli.js publish