Skip to content

Add public access to the package.json for clean-publish #8

Add public access to the package.json for clean-publish

Add public access to the package.json for clean-publish #8

Workflow file for this run

---
name: Tests
on:
push:
tags_ignore:
- '*'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node: [18, 20]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: corepack yarn
- run: corepack yarn test