Skip to content

Bump mingo from 6.4.4 to 6.4.6 #946

Bump mingo from 6.4.4 to 6.4.6

Bump mingo from 6.4.4 to 6.4.6 #946

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@master
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@master
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run test
env:
CI: true