Skip to content

Bump elliptic from 6.5.7 to 6.6.1 #5

Bump elliptic from 6.5.7 to 6.6.1

Bump elliptic from 6.5.7 to 6.6.1 #5

Workflow file for this run

# Sample workflow for building and deploying a VitePress site to GitHub Pages
#
name: Build
on:
# Runs on pushes targeting the `main` branch. Change this to `master` if you're
# using the `master` branch as the default branch.
push:
branches: [master]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
# Build job
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # Not needed if lastUpdated is not enabled
# - uses: pnpm/action-setup@v3 # Uncomment this block if you're using pnpm
# with:
# version: 9 # Not needed if you've set "packageManager" in package.json
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm # or pnpm / yarn
- name: Install dependencies
run: npm install
- name: Build with VitePress
run: npm run docs:build
- name: Build docan
run: npm run docan
- name: Build worker
run: npm run worker
- name: Build api
run: npm run api
- name: Build APP
run: npm run build:win
- name: Upload artifact
env:
ALIYUN_ACCESS_KEY_ID: ${{ secrets.ALIYUN_ACCESS_KEY_ID }}
ALIYUN_ACCESS_KEY_SECRET: ${{ secrets.ALIYUN_ACCESS_KEY_SECRET }}
run: node tools/upload.js