Skip to content

Bump js-yaml in the npm_and_yarn group across 1 directory #139

Bump js-yaml in the npm_and_yarn group across 1 directory

Bump js-yaml in the npm_and_yarn group across 1 directory #139

Workflow file for this run

name: Node CI
on: push
jobs:
build:
runs-on: ubuntu-22.04
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: npm install, build, and test
run: |
npm install
npm run build
npm test
env:
CI: true