Skip to content
This repository was archived by the owner on Jun 14, 2026. It is now read-only.

Update npm package metadata #3

Update npm package metadata

Update npm package metadata #3

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 20
- 22
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm test
- run: npm run pack:dry