Skip to content

chore(deps-dev): bump the npm-deps group with 2 updates #404

chore(deps-dev): bump the npm-deps group with 2 updates

chore(deps-dev): bump the npm-deps group with 2 updates #404

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
strategy:
matrix:
version: [20.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.version }}
- run: npm install
- run: npm test