Skip to content

Commit 267967b

Browse files
authored
Merge pull request #718 from a-hilaly/node-20
ci: upgrade Node.js from 18 to 20 in docs deployment workflow
2 parents b7559ea + 8739c56 commit 267967b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 18
24+
node-version: 20
2525

2626
- name: Install dependencies
2727
run: npm install --frozen-lockfile

0 commit comments

Comments
 (0)