Skip to content

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 #2572

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1

chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 #2572

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
pull_request_target:
branches:
- '**'
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: actions/checkout@v4
- name: Restore Dependency Cache
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.OS }}-dependency-cache-${{ hashFiles('**/package.json') }}
- run: npm install
- run: npm run build