Skip to content

[Snyk] Security upgrade meow from 9.0.0 to 12.1.0 #246

[Snyk] Security upgrade meow from 9.0.0 to 12.1.0

[Snyk] Security upgrade meow from 9.0.0 to 12.1.0 #246

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm test