Skip to content

build(deps-dev): bump pbkdf2 from 3.1.2 to 3.1.3 in /webpage #430

build(deps-dev): bump pbkdf2 from 3.1.2 to 3.1.3 in /webpage

build(deps-dev): bump pbkdf2 from 3.1.2 to 3.1.3 in /webpage #430

Workflow file for this run

name: Build Webpage
on:
push:
branches: [main]
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-paths
# if [[ ${changed_file} == "CHANGELOG.md" ]] || [[ ${changed_file} = screenshots* ]] || [[ ${changed_file} = webpage* ]] || [[ ${changed_file} = ".github/workflows/build-webpage.yml" ]] ;
paths:
- ".github/workflows/build-webpage.yml"
pull_request:
branches: [main]
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-paths
# if [[ ${changed_file} == "CHANGELOG.md" ]] || [[ ${changed_file} = screenshots* ]] || [[ ${changed_file} = webpage* ]] || [[ ${changed_file} = ".github/workflows/build-webpage.yml" ]] ;
paths:
- "CHANGELOG.md"
- "screenshots/**"
- "webpage/**"
defaults:
run:
working-directory: webpage
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: files
uses: masesgroup/retrieve-changed-files@v3
with:
format: "csv"
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm install
- run: npm run build