Skip to content

chore(deps): bump axios from 1.6.4 to 1.6.5 (#67) #124

chore(deps): bump axios from 1.6.4 to 1.6.5 (#67)

chore(deps): bump axios from 1.6.4 to 1.6.5 (#67) #124

Workflow file for this run

name: Linter test
on:
push:
branches:
- main
jobs:
linter-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: main
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
run_install: true
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
cache: pnpm
- name: Linter Test
env:
NODE_OPTIONS: --max_old_space_size=4096
run: pnpm lint