Skip to content

encreased minor version from 1.4.2 to 1.5.0 #21

encreased minor version from 1.4.2 to 1.5.0

encreased minor version from 1.4.2 to 1.5.0 #21

Workflow file for this run

name: NPM Deploy
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
- run: npm ci
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}