Skip to content

Commit

Permalink
new build (#346)
Browse files Browse the repository at this point in the history
* new build

* add cross-env

* ci = false for now

* fix trunk issue
  • Loading branch information
octref authored Feb 5, 2025
1 parent d59c59d commit 9bbd5b7
Show file tree
Hide file tree
Showing 3 changed files with 27,500 additions and 20,809 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Build

on:
push:
branches:
- main

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22

- name: Install Dependencies with Legacy Peer Deps
run: npm install --legacy-peer-deps

- name: Build Project with OpenSSL Legacy Provider
run: |
export NODE_OPTIONS=--openssl-legacy-provider
npm run build
Loading

0 comments on commit 9bbd5b7

Please sign in to comment.