Skip to content

fix: pin oxlint version and regenerate lock file with full optional deps #2

fix: pin oxlint version and regenerate lock file with full optional deps

fix: pin oxlint version and regenerate lock file with full optional deps #2

Workflow file for this run

name: Publish
on:
push:
branches: [main]
paths:
- "**/package.json"
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
- run: npm ci
- run: npm run build
- uses: actions/setup-node@v4
with:
node-version: 24
registry-url: "https://npm.pkg.github.com"
scope: "@script-development"
- run: npx changeset publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}