Skip to content

chore(deps): update eslint ecosystem #276

chore(deps): update eslint ecosystem

chore(deps): update eslint ecosystem #276

Workflow file for this run

name: Release NPM

Check failure on line 1 in .github/workflows/release-npm.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-npm.yml

Invalid workflow file

(Line: 12, Col: 21): Unexpected value ''
on:
push:
branches: [release/*]
permissions:
id-token: write
contents: read
jobs:
pre-release-check:
publish-npm:
name: Publish NPM module
runs-on: ubuntu-latest
environment: Release
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: '24.x'
cache: 'npm'
cache-dependency-path: javascript/package-lock.json
registry-url: 'https://registry.npmjs.org'
- run: npm install-ci-test
working-directory: javascript
- run: npm publish
working-directory: javascript