mirror of
https://github.com/rustfs/console.git
synced 2026-08-29 03:52:28 +08:00
ci: use pnpm 11 instead of 11.4 (#130)
This commit is contained in:
@@ -19,7 +19,7 @@ concurrency:
|
||||
cancel-in-progress: false
|
||||
|
||||
env:
|
||||
PNPM_VERSION: "11.4"
|
||||
PNPM_VERSION: "11"
|
||||
NODE_VERSION: "22"
|
||||
|
||||
jobs:
|
||||
@@ -64,7 +64,7 @@ jobs:
|
||||
zip -r ../artifacts/${{ github.event.release.tag_name }}/rustfs-console-${{ github.event.release.tag_name }}.zip .
|
||||
)
|
||||
fi
|
||||
|
||||
|
||||
- uses: actions/upload-artifact@v7
|
||||
name: Upload artifacts
|
||||
with:
|
||||
|
||||
@@ -18,7 +18,7 @@ on:
|
||||
- all
|
||||
|
||||
env:
|
||||
PNPM_VERSION: "11.4"
|
||||
PNPM_VERSION: "11"
|
||||
NODE_VERSION: "22"
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -10,7 +10,7 @@ on:
|
||||
- cron: "0 2 * * *"
|
||||
|
||||
env:
|
||||
PNPM_VERSION: "11.4"
|
||||
PNPM_VERSION: "11"
|
||||
NODE_VERSION: "22"
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -14,7 +14,7 @@ on:
|
||||
type: string
|
||||
|
||||
env:
|
||||
PNPM_VERSION: "11.4"
|
||||
PNPM_VERSION: "11"
|
||||
NODE_VERSION: "22"
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -12,7 +12,7 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
PNPM_VERSION: "11.4"
|
||||
PNPM_VERSION: "11"
|
||||
NODE_VERSION: "22"
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user