Skip to content

[Snyk] Security upgrade @slack/webhook from 7.0.2 to 7.0.3 #194

[Snyk] Security upgrade @slack/webhook from 7.0.2 to 7.0.3

[Snyk] Security upgrade @slack/webhook from 7.0.2 to 7.0.3 #194

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['16', '18', '20']
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version}}
- run: npm install
- run: npm run lint
- run: npm run test-ci