Skip to content

Bump the all-npm-packages group with 6 updates #24

Bump the all-npm-packages group with 6 updates

Bump the all-npm-packages group with 6 updates #24

Workflow file for this run

name: Build test
on:
workflow_dispatch:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 21
cache: npm
- name: Build
run: |
npm ci
npm run build
# creates a .nojekyll file in the out directory to tell GitHub Pages not to treat the site as a Jekyll project.
touch dist/.nojekyll