Skip to content

chore(deps-dev): bump @types/jest from 29.5.13 to 29.5.14 in the depe… #14

chore(deps-dev): bump @types/jest from 29.5.13 to 29.5.14 in the depe…

chore(deps-dev): bump @types/jest from 29.5.13 to 29.5.14 in the depe… #14

Workflow file for this run

name: npm_publish
on:
push:
branches: master
jobs:
publish:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run test:cli
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}