Skip to content

build(deps-dev): bump typescript from 5.6.2 to 5.6.3 (#1052) #878

build(deps-dev): bump typescript from 5.6.2 to 5.6.3 (#1052)

build(deps-dev): bump typescript from 5.6.2 to 5.6.3 (#1052) #878

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 20
uses: actions/setup-node@v4
with:
node-version: 20
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 }}