Skip to content

[Snyk] Security upgrade debug from 2.6.8 to 2.6.9 #31

[Snyk] Security upgrade debug from 2.6.8 to 2.6.9

[Snyk] Security upgrade debug from 2.6.8 to 2.6.9 #31

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["16.20.2"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: build_and_test
run: |
npm install
npm test
env:
CI: true