diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index b4bcb47..ac6cc9c 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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 diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 71fc93f..8cfcc0a 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -6,8 +6,6 @@ on: - main env: - PNPM_VERSION: 9 - NODE_VERSION: 20 REGISTRY: gitea.tegical.world IMAGE_PREFIX: tegical/seclusion