Skip to content

Bump axios from 1.6.0 to 1.7.7 in /matrix-editor/src #58

Bump axios from 1.6.0 to 1.7.7 in /matrix-editor/src

Bump axios from 1.6.0 to 1.7.7 in /matrix-editor/src #58

Workflow file for this run

name: matrix-editor tests
on:
push:
paths:
- matrix-editor/src/**
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v2
with:
node-version: '18'
cache: 'yarn'
cache-dependency-path: matrix-editor/src/yarn.lock
- run: |
cd matrix-editor/src
yarn
yarn test