Skip to content

chore(deps-dev): bump @rollup/plugin-node-resolve from 15.3.0 to 16.0… #1067

chore(deps-dev): bump @rollup/plugin-node-resolve from 15.3.0 to 16.0…

chore(deps-dev): bump @rollup/plugin-node-resolve from 15.3.0 to 16.0… #1067

Workflow file for this run

name: Node.js Package Release
on: push
jobs:
build:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run pull-submodules
- run: npm run prepare-templates
- run: npm run test:ci
- run: npm run build --if-present
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}