Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump js-yaml

Bump js-yaml #27

Workflow file for this run

name: Build and test
"on":
push:
branches:
- master
pull_request:
branches:
- master
jobs:
Build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- "16.x"
- "17.x"
- "18.x"
- "19.x"
- "20.x"
steps:
- name: "Set up Node.js ${{ matrix.node-version }}"
uses: actions/setup-node@v1
with:
node-version: "${{ matrix.node-version }}"
- uses: actions/checkout@v2
- run: npm install
- run: npm run lint
- run: npm run test-and-coverage

AltStyle によって変換されたページ (->オリジナル) /