Skip to content

build(deps-dev): bump @types/chai from 4.3.15 to 4.3.16 (#18) #29

build(deps-dev): bump @types/chai from 4.3.15 to 4.3.16 (#18)

build(deps-dev): bump @types/chai from 4.3.15 to 4.3.16 (#18) #29

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 20
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: "https://registry.npmjs.org/"
- run: npm ci
- run: npx pleb@7 publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}