Skip to content

chore: update. Version #209

chore: update. Version

chore: update. Version #209

Workflow file for this run

name: Node.js CI
on:
push:
tags:
- "v1.*"
- "v2.*"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
cache-dependency-path: src/package-lock.json
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci --prefix=src
#- run: npm run build
- uses: JS-DevTools/npm-publish@v3
with:
access: "public"
token: ${{ secrets.NPM_TOKEN }}
package: ./src/package.json