Skip to content

docs: update npm version badge to link to npm #6

docs: update npm version badge to link to npm

docs: update npm version badge to link to npm #6

Workflow file for this run

name: Node.js CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["22.x"]
steps:
- uses: actions/checkout@v4
- run: corepack enable
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install
- run: |
pnpm install
pnpm test
working-directory: tests/basic
- run: |
pnpm install
pnpm test
working-directory: tests/test-unimport