Skip to content

build(deps): bump axios from 1.7.3 to 1.7.4 (#48) #347

build(deps): bump axios from 1.7.3 to 1.7.4 (#48)

build(deps): bump axios from 1.7.3 to 1.7.4 (#48) #347

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.12]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'yarn'
- name: Install workspace
run: yarn
- name: Build
run: yarn build
- name: Test
run: yarn test