Skip to content

bump: bump to v3.2.1 #15

bump: bump to v3.2.1

bump: bump to v3.2.1 #15

Workflow file for this run

name: "test"
on:
push:
pull_request:
env:
NODE_VERSION: lts/*
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
- run: npm i --frozen-lockfile
- run: npm run test