Skip to content

Bump axios from 1.2.2 to 1.6.1 (#50) #68

Bump axios from 1.2.2 to 1.6.1 (#50)

Bump axios from 1.2.2 to 1.6.1 (#50) #68

Workflow file for this run

name: Node.js CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
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 i
- run: npx lerna bootstrap
- run: npm run build --if-present
- run: npm test