Skip to content

chore(deps-dev): bump eslint from 9.17.0 to 9.18.0 #1082

chore(deps-dev): bump eslint from 9.17.0 to 9.18.0

chore(deps-dev): bump eslint from 9.17.0 to 9.18.0 #1082

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 }}