Skip to content

fix: pin eslint-plugin-n to ^15.7 to support node 14 (#140) #53

fix: pin eslint-plugin-n to ^15.7 to support node 14 (#140)

fix: pin eslint-plugin-n to ^15.7 to support node 14 (#140) #53

name: on-push-publish-to-npm
on:
push:
branches:
- master # Change this if not your default branch
paths:
- 'package.json'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install
- run: npm test
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.ADOBE_BOT_NPM_TOKEN }}