We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c4569 commit 2bedfd8Copy full SHA for 2bedfd8
.github/workflows/pages.yml
@@ -26,8 +26,7 @@ jobs:
26
- name: Setup Node.js
27
uses: actions/setup-node@v4
28
with:
29
- node-version: '20' # Use the Node version compatible with your project
30
- cache: 'pnpm' # Cache pnpm dependencies for faster builds
+ node-version: '20' # Use the Node version compatible with your project
31
32
# Install PNPM
33
- name: Install PNPM
0 commit comments