Skip to content

Bump js-yaml from 4.1.1 to 4.3.0 in /test #44

Bump js-yaml from 4.1.1 to 4.3.0 in /test

Bump js-yaml from 4.1.1 to 4.3.0 in /test #44

Workflow file for this run

name: Tests
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 20, 22 ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm run lint