Skip to content

build(deps): bump js-yaml from 4.1.0 to 4.1.1 #9

build(deps): bump js-yaml from 4.1.0 to 4.1.1

build(deps): bump js-yaml from 4.1.0 to 4.1.1 #9

Workflow file for this run

name: Test Suite
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run test suite
run: yarn test