Skip to content

Commit 2bedfd8

Browse files
committed
.
1 parent 41c4569 commit 2bedfd8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: '20' # Use the Node version compatible with your project
30-
cache: 'pnpm' # Cache pnpm dependencies for faster builds
29+
node-version: '20' # Use the Node version compatible with your project
3130

3231
# Install PNPM
3332
- name: Install PNPM

0 commit comments

Comments
 (0)