test/ci-workflow #7

Merged
zhouzewei merged 8 commits from test/ci-workflow into main 2026-01-22 10:36:59 +00:00
2 changed files with 1 additions and 9 deletions
Showing only changes of commit e98c726796 - Show all commits

View File

@@ -5,10 +5,6 @@ on:
branches:
- main
env:
PNPM_VERSION: 9
NODE_VERSION: 20
jobs:
build:
name: Build Check
@@ -19,13 +15,11 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: ${{ env.PNPM_VERSION }}
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
node-version-file: '.nvmrc'
- name: Get pnpm store directory
id: pnpm-cache

View File

@@ -6,8 +6,6 @@ on:
- main
env:
PNPM_VERSION: 9
NODE_VERSION: 20
REGISTRY: gitea.tegical.world
IMAGE_PREFIX: tegical/seclusion