Skip to content

Merge pull request #174 from akamai/dependabot/npm_and_yarn/axios-1.6.2 #292

Merge pull request #174 from akamai/dependabot/npm_and_yarn/axios-1.6.2

Merge pull request #174 from akamai/dependabot/npm_and_yarn/axios-1.6.2 #292

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16]
name: Test Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run build --if-present
- run: npm test