Skip to content

⬆️ Bump yaml from 2.4.1 to 2.4.2 #805

⬆️ Bump yaml from 2.4.1 to 2.4.2

⬆️ Bump yaml from 2.4.1 to 2.4.2 #805

Workflow file for this run

name: Node.js CI
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run check-lint-format
- run: npm run unit-test