Skip to content

Change behaviour of setPackState when passed undefined options to avoid confusion #109

Change behaviour of setPackState when passed undefined options to avoid confusion

Change behaviour of setPackState when passed undefined options to avoid confusion #109

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🍔🍟🥤
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js 😂
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Test 🧪
run: |
npm ci
npm run check-ci