Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: ⚙️ Setup Node
uses: actions/setup-node@v5
with:
node-version: 18.x
node-version: 20.x
cache: npm
cache-dependency-path: site/package-lock.json

Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: ⚙️ Setup Node
uses: actions/setup-node@v5
with:
node-version: 18.x
node-version: 20.x
cache: npm
cache-dependency-path: site/package-lock.json

Expand Down
Loading