Skip to content

[Snyk] Upgrade: axios, whatsapp-web.js #155

[Snyk] Upgrade: axios, whatsapp-web.js

[Snyk] Upgrade: axios, whatsapp-web.js #155

Workflow file for this run

name: CI/CD Pipeline for Pull Requests to Master
'on':
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 20.x
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: 'Use Node.js ${{ matrix.node-version }}'
uses: actions/setup-node@v4
with:
node-version: '${{ matrix.node-version }}'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
timeout-minutes: 1