chore(deps): bump preact from 10.25.2 to 10.26.0 in the production-dependencies group across 1 directory #364
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: | |
push: | |
branches: ["master"] | |
pull_request: | |
# The branches below must be a subset of the branches above | |
branches: ["master"] | |
# schedule: | |
# - cron: '37 9 * * 4' | |
jobs: | |
build: | |
name: Run Build | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Install | |
run: npm ci | |
- name: Run Build | |
run: npm run build |