Skip to content

Bump yaml from 2.1.3 to 2.2.2 #34

Bump yaml from 2.1.3 to 2.2.2

Bump yaml from 2.1.3 to 2.2.2 #34

Workflow file for this run

name: Node.js CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x, 17.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Install dependencies
run: npm ci
- run: npm test