Skip to content

Issue / Library Upgrades #157

Issue / Library Upgrades

Issue / Library Upgrades #157

Workflow file for this run

name: Regular Checks
on:
pull_request:
branches:
- main
- 'epic/**'
jobs:
generate:
name: Generate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 20
- name: Generate
run: |
cd ./.theme/
npm install
npm run generate:production