mirror of
https://github.com/SukkaW/Surge.git
synced 2026-09-12 10:34:35 +08:00
CI: try pnpm/setup-action own cache
This commit is contained in:
5
.github/workflows/check-source-domain.yml
vendored
5
.github/workflows/check-source-domain.yml
vendored
@@ -24,13 +24,14 @@ jobs:
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: pnpm/action-setup@v5
|
||||
- uses: pnpm/action-setup@v6
|
||||
with:
|
||||
run_install: false
|
||||
cache: true
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version-file: ".node-version"
|
||||
cache: "pnpm"
|
||||
package-manager-cache: false
|
||||
- name: Get current date
|
||||
id: date
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user