Skip to content

Bump twilio from 3.41.1 to 4.11.2 #380

Bump twilio from 3.41.1 to 4.11.2

Bump twilio from 3.41.1 to 4.11.2 #380

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
node-version: [10.x, 12.x]
platform: [windows-latest, macos-latest, ubuntu-latest]
mongodb-version: [3.6]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
env:
CI: true
TWILIO_ACCOUNT_SID: ACXXXXXX
TWILIO_AUTH_TOKEN: XXXXX
TWILIO_NUMBER: +1555555