Skip to content

Bump axios and @nestjs/common #389

Bump axios and @nestjs/common

Bump axios and @nestjs/common #389

Workflow file for this run

name: Node
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- os: windows-2022
node-version: 14.x
- os: ubuntu-22.04
node-version: 14.x
- os: macos-latest
node-version: 14.x
steps:
- name: checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 #v4.0.0
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
# Leave tests commented out for now, since they are failing
#- run: npm test