Skip to content

[Snyk] Security upgrade axios from 1.7.3 to 1.7.4 #426

[Snyk] Security upgrade axios from 1.7.3 to 1.7.4

[Snyk] Security upgrade axios from 1.7.3 to 1.7.4 #426

name: atlassian-devbox npm build and test
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
build-and-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn
- run: yarn build
- run: yarn format:check
- run: yarn lint