Skip to content

fix(deps): bump nw-builder from 4.11.0 to 4.11.4 in the npm group acr… #27

fix(deps): bump nw-builder from 4.11.0 to 4.11.4 in the npm group acr…

fix(deps): bump nw-builder from 4.11.0 to 4.11.4 in the npm group acr… #27

Workflow file for this run

name: npm
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.2.1
- uses: actions/setup-node@v4.0.4
with:
node-version: 22
cache: "npm"
- run: corepack enable
- run: npm ci
- uses: JS-DevTools/npm-publish@v3.1.1
with:
token: ${{ secrets.NPM_TOKEN }}