Skip to content

Bump js-yaml from 3.14.1 to 3.14.2 #63

Bump js-yaml from 3.14.1 to 3.14.2

Bump js-yaml from 3.14.1 to 3.14.2 #63

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- '**'
jobs:
test:
name: Test on Node.js ${{ matrix.node }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node: [20, 'lts/*']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm ci
- name: Test
run: npm test