Skip to content

chore(deps-dev): bump eslint from 9.38.0 to 9.39.1 #1302

chore(deps-dev): bump eslint from 9.38.0 to 9.39.1

chore(deps-dev): bump eslint from 9.38.0 to 9.39.1 #1302

Workflow file for this run

name: Node.js Package Release
on: push
permissions:
id-token: write
contents: read
jobs:
build:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
- run: npm install -g npm@latest
- run: npm ci
- run: npm run pull-submodules
- run: npm run prepare-templates
- run: npm run lint
- run: npm run test:ci
- run: npm run build --if-present
- run: npm publish --access public