Skip to content

Bump axios from 1.6.2 to 1.6.3 (#440) #571

Bump axios from 1.6.2 to 1.6.3 (#440)

Bump axios from 1.6.2 to 1.6.3 (#440) #571

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
- run: yarn lint
- run: yarn build
- name: Deploy
if: ${{ github.event_name == 'push' && matrix.node-version == '18.x' }}
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist