Skip to content

build(deps-dev): bump prettier from 3.4.0 to 3.4.1 (#688) #875

build(deps-dev): bump prettier from 3.4.0 to 3.4.1 (#688)

build(deps-dev): bump prettier from 3.4.0 to 3.4.1 (#688) #875

Workflow file for this run

name: npm
on:
push:
branches: [master]
jobs:
npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 22
registry-url: 'https://registry.npmjs.org/'
- run: npm ci
- run: npx pleb@7 publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}