Skip to content

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

Bump js-yaml in the npm_and_yarn group across 1 directory

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

Workflow file for this run

name: Node CI
on: push
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@0717577d45739eb3c851188b29f50ed6c0b2194e # v2.8.0
- name: Use Node.js 18.x
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 18.x
- name: npm install, build, and test
run: |
npm install
npm test
env:
CI: true