Skip to content

build(deps): bump axios from 0.16.2 to 1.6.0 in /examples/log-generator #43

build(deps): bump axios from 0.16.2 to 1.6.0 in /examples/log-generator

build(deps): bump axios from 0.16.2 to 1.6.0 in /examples/log-generator #43

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 15.x, 16.x, 18.x, 19.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test