Skip to content

7.2.0

7.2.0 #14

Workflow file for this run

name: Publish Node.js Package
on:
release:
types: [published]
jobs:
lint:
uses: vlitejs/vlite/.github/workflows/lint.yml@main
npm:
needs: lint
uses: yoriiis/actions/.github/workflows/npm-publish.yml@main
with:
node-version: 20
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}