fix: cache: npm
This commit is contained in:
2
.github/workflows/docs.yaml
vendored
2
.github/workflows/docs.yaml
vendored
@@ -42,7 +42,7 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20.x
|
node-version: 20.x
|
||||||
cache: 'pnpm'
|
cache: 'npm'
|
||||||
- run: npm install -g pnpm && pnpm install
|
- run: npm install -g pnpm && pnpm install
|
||||||
- run: pnpm run build # set up 'build' script in your package.json
|
- run: pnpm run build # set up 'build' script in your package.json
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user