Skip to content

Bump yaml from 2.1.3 to 2.2.2 #54

Bump yaml from 2.1.3 to 2.2.2

Bump yaml from 2.1.3 to 2.2.2 #54

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x ]
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test