Skip to content

refactor(minifier): Math.pow(a,b) -> a ** (+b) instead of `(+a) *… #3

refactor(minifier): Math.pow(a,b) -> a ** (+b) instead of `(+a) *…

refactor(minifier): Math.pow(a,b) -> a ** (+b) instead of `(+a) *… #3

name: Release NAPI Parser
permissions: {}
on:
push:
branches:
- main
paths:
- npm/oxc-parser/package.json # Please only commit this file, so we don't need to wait for test CI to pass.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release:
name: Release NAPI Parser
uses: ./.github/workflows/reusable_release_napi.yml
with:
name: parser
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
permissions:
id-token: write # for `pnpm publish --provenance`