Skip to content

Update dependency tape to v5.7.3 #153

Update dependency tape to v5.7.3

Update dependency tape to v5.7.3 #153

Workflow file for this run

name: CI
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›Ž
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup Node env πŸ—
uses: actions/setup-node@v4
with:
node-version: 18
cache: "npm"
- name: Install dependencies πŸ‘¨πŸ»β€πŸ’»
run: npm ci
- name: Run tests πŸ§ͺ
run: npm test