Update Workflows and Dependencies (#1512)

Corrections would be very welcome.

---------

Co-authored-by: weishu <twsxtd@gmail.com>
This commit is contained in:
Caner Karaca
2024-03-24 10:40:10 +03:00
committed by GitHub
parent 96242df228
commit 5167dc7352
11 changed files with 13 additions and 13 deletions

View File

@@ -37,7 +37,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: yarn # or pnpm / yarn
cache-dependency-path: website/yarn.lock
- name: Setup Pages