Skip to content

Bump axios from 0.28.0 to 1.7.4 #65

Bump axios from 0.28.0 to 1.7.4

Bump axios from 0.28.0 to 1.7.4 #65

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version:
- 16.x
- 14.x
- 12.x
os:
- ubuntu-20.04
- windows-2019
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Install npm dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Run
run: npm start
env:
ARMA3SYNC_REPO_NAME: Anrop
ARMA3SYNC_REPO_PATH: .