Skip to content

dropped node v12 and v14 from testing matrix; added v20 #34

dropped node v12 and v14 from testing matrix; added v20

dropped node v12 and v14 from testing matrix; added v20 #34

Workflow file for this run

name: npm publish
on:
workflow_dispatch:
push:
branches: [main]
paths-ignore:
- '*.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}