Skip to content

hotfix/epmgcip-152/app-variables #3

hotfix/epmgcip-152/app-variables

hotfix/epmgcip-152/app-variables #3

'on': pull_request
jobs:
build_and_preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build