Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

[Snyk] Upgrade whatsapp-web.js from 1.26.0 to 1.33.2 #197

[Snyk] Upgrade whatsapp-web.js from 1.26.0 to 1.33.2

[Snyk] Upgrade whatsapp-web.js from 1.26.0 to 1.33.2 #197

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