8000 Bump sinon from 12.0.1 to 19.0.2 (#820) · yeoman/yo@8d5fe21 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump sinon from 12.0.1 to 19.0.2 (#820) #196

Bump sinon from 12.0.1 to 19.0.2 (#820)

Bump sinon from 12.0.1 to 19.0.2 (#820) #196

Workflow file for this run

name: NPM Test
env:
FORCE_COLOR: 1
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
0