WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Bump js-yaml from 4.1.0 to 4.1.1 in the npm_and_yarn group across 1 directory #239

Bump js-yaml from 4.1.0 to 4.1.1 in the npm_and_yarn group across 1 directory

Bump js-yaml from 4.1.0 to 4.1.1 in the npm_and_yarn group across 1 directory #239

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ "master" ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
name: Node.js ${{ matrix.node-version }}
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x, 22.x, 24.x]
steps:
- uses: actions/checkout@v5
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm test