Skip to content

chore(deps): bump axios from 1.4.0 to 1.6.2 #136

chore(deps): bump axios from 1.4.0 to 1.6.2

chore(deps): bump axios from 1.4.0 to 1.6.2 #136

name: Build, test and lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 18.x
cache: 'npm'
- run: npm ci
- run: npm run lint