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

restore full lockfile metadata #3

restore full lockfile metadata

restore full lockfile metadata #3

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['22', '24']
name: Node v${{ matrix.node }} test
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'npm'
- name: 'Install dependencies'
run: npm ci
- name: 'Test'
run: npm test
- name: 'Format check'
run: npx prettier --check .