Skip to content

chore(deps): bump axios from 0.25.0 to 1.6.0 in /source/packages/integration-tests #170

chore(deps): bump axios from 0.25.0 to 1.6.0 in /source/packages/integration-tests

chore(deps): bump axios from 0.25.0 to 1.6.0 in /source/packages/integration-tests #170

Workflow file for this run

name: ci
on:
push:
branches:
- main
- '**'
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Rush
shell: bash
run: |
npm install -g @microsoft/rush
- name: Install dependencies
shell: bash
run: |
yarn install
- name: Build packages
shell: bash
run: |
yarn build
- name: Run unit tests
shell: bash
run: |
yarn test