Skip to content

Bump publint from 0.3.19 to 0.3.20 #703

Bump publint from 0.3.19 to 0.3.20

Bump publint from 0.3.19 to 0.3.20 #703

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: self-hosted
strategy:
matrix:
node-version: [22, 24, 26]
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
with:
node-version: ${{ matrix.node-version }}
- run: corepack enable && corepack install && corepack prepare --activate
- run: pnpm i --frozen-lockfile
- run: pnpm pipeline