Skip to content

chore(deps): bump axios from 1.6.7 to 1.7.4 #110

chore(deps): bump axios from 1.6.7 to 1.7.4

chore(deps): bump axios from 1.6.7 to 1.7.4 #110

Workflow file for this run

name: 'Build & Test'
on: [push]
# on:
# # pull_request:
# # branches:
# # - "master"
# push:
# branches:
jobs:
build:
name: 'Build & Test'
runs-on: ubuntu-latest
steps:
- name: 'Checkout source code'
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org/'
cache: 'npm'
- name: Install
run: npm ci --ignore-scripts
- name: Build
run: npm run build
- name: Test
run: npm run test
env:
API_KEY_COM: ${{ secrets.API_KEY_COM }}
API_SECRET_COM: ${{ secrets.API_SECRET_COM }}
API_PASSPHRASE_COM: ${{ secrets.API_PASSPHRASE_COM }}