Skip to content

Commit 644d08c

Browse files
committed
Fix: Update Node.js version to 20 in GitHub Actions workflow
1 parent 561d79c commit 644d08c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 18
23+
node-version: 20
2424
cache: npm
2525

2626
- name: Install dependencies
@@ -45,7 +45,7 @@ jobs:
4545

4646
- uses: actions/setup-node@v4
4747
with:
48-
node-version: 18
48+
node-version: 20
4949
cache: npm
5050

5151
- name: Install dependencies

0 commit comments

Comments
 (0)