Skip to content

Bump js-yaml from 4.1.0 to 4.1.1 #103

Bump js-yaml from 4.1.0 to 4.1.1

Bump js-yaml from 4.1.0 to 4.1.1 #103

Workflow file for this run

name: Build Pages
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
cache: 'npm'
- name: Build
run: |
npm ci
npm run build