Skip to content

Bump symfony/yaml from 7.0.3 to 7.0.7 #301

Bump symfony/yaml from 7.0.3 to 7.0.7

Bump symfony/yaml from 7.0.3 to 7.0.7 #301

Workflow file for this run

name: Test NPM build
on:
workflow_dispatch: # enable run button on github.com
pull_request:
jobs:
build-npm:
name: Run NPM build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "npm"
- name: Process and lint
run: |
node -v
npm -v
npm install
npm run build