Skip to content

Bump the dev-dependencies group with 2 updates #116

Bump the dev-dependencies group with 2 updates

Bump the dev-dependencies group with 2 updates #116

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request_target:
branches: [main]
types: [opened, reopened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Run build
run: |
npm ci
npm run build