Skip to content

test assert-same & assert-not-same #602

test assert-same & assert-not-same

test assert-same & assert-not-same #602

Workflow file for this run

name: Node.js CI
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- run: npm ci
- run: npm run build
- run: npm run test