Skip to content

chore(deps-dev): bump tap from 16.3.8 to 18.0.3 #122

chore(deps-dev): bump tap from 16.3.8 to 18.0.3

chore(deps-dev): bump tap from 16.3.8 to 18.0.3 #122

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16.x, 18.x, 20.x]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run test:ci