Skip to content

Update hypermode.json (#10) #30

Update hypermode.json (#10)

Update hypermode.json (#10) #30

name: ci-hypermode-functions
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
build:
name: build
runs-on: ubuntu-latest
defaults:
run:
working-directory: functions
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: ">=20"
- name: Install dependencies
run: npm install
- name: Build the project
run: npm run build:release
- name: Publish GitHub artifact
uses: actions/upload-artifact@v4
with:
name: build
path: functions/build/*