Skip to content

fix(docs): correct typo #12

fix(docs): correct typo

fix(docs): correct typo #12

Workflow file for this run

name: npm
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-node@v4.0.3
with:
node-version: 22
cache: "npm"
- run: corepack enable
- run: npm ci
- uses: JS-DevTools/npm-publish@v3.1.1
with:
token: ${{ secrets.NPM_TOKEN }}