Skip to content

Bump @azure/msal-node from 1.14.6 to 2.9.2 #482

Bump @azure/msal-node from 1.14.6 to 2.9.2

Bump @azure/msal-node from 1.14.6 to 2.9.2 #482

Workflow file for this run

name: Node CI
on:
pull_request:
branches:
- main
- dev
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- name: Use Node ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
timeout-minutes: 15
run: |
npm ci
npm run build --if-present
npm test