fix: cache: npm

This commit is contained in:
2025-03-10 21:59:43 +01:00
parent e57a9cb309
commit 1f1762ff0c

View File

@@ -42,7 +42,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'pnpm'
cache: 'npm'
- run: npm install -g pnpm && pnpm install
- run: pnpm run build # set up 'build' script in your package.json