Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Update dependency @azure/msal-browser to v2.39.0 #267

Update dependency @azure/msal-browser to v2.39.0

Update dependency @azure/msal-browser to v2.39.0 #267

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test