Skip to content

Commit ac7d2af

Browse files
committedMay 5, 2024·
set node to 20
1 parent 9b52134 commit ac7d2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Node
2222
uses: actions/setup-node@v2
2323
with:
24-
node-version: "14"
24+
node-version: "20"
2525
# Install and build Docusaurus website
2626
- name: Build Docusaurus website
2727
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.