Skip to content

Bump axios from 0.27.2 to 1.6.0 #38

Bump axios from 0.27.2 to 1.6.0

Bump axios from 0.27.2 to 1.6.0 #38

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
tags:
- 'v*'
pull_request:
branches: [ main ]
tags:
- 'v*'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run 'build prod' --if-present
- name: Install zip
uses: montudor/action-zip@v1
- run: zip -qq -r explorer.zip .
working-directory: dist
- uses: actions/upload-artifact@v3
with:
name: explorer.zip
path: dist/explorer.zip