Skip to content

chore(deps-dev): bump @types/node from 18.19.71 to 18.19.73 (#1341) #1702

chore(deps-dev): bump @types/node from 18.19.71 to 18.19.73 (#1341)

chore(deps-dev): bump @types/node from 18.19.71 to 18.19.73 (#1341) #1702

Workflow file for this run

name: npm
on:
push:
branches: [main]
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/"
cache: npm
- run: npm ci
- run: npm run build
- run: npx pleb@7 publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}