Skip to content

Bump js-yaml from 4.1.0 to 4.1.1 (#46) #30

Bump js-yaml from 4.1.0 to 4.1.1 (#46)

Bump js-yaml from 4.1.0 to 4.1.1 (#46) #30

Workflow file for this run

name: test
on:
push:
concurrency:
group: branch-node-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18, 'lts/*']
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: 1
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run test