Skip to content

Update GHA to newest versions and add dependabot #17

Update GHA to newest versions and add dependabot

Update GHA to newest versions and add dependabot #17

Workflow file for this run

name: test build
on:
pull_request:
branches:
- master
jobs:
build-deploy-gh-pages:
name: Test Build (No Deploy)
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set-up Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: npm install
run: |
npm install
- name: npm build frontend
env:
NODE_OPTIONS: --openssl-legacy-provider
run: |
npm run build-stage