Skip to content

Commit 34a0c05

Browse files
authored
save (#65)
1 parent b6120a4 commit 34a0c05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/netlify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19-
- name: Set Node.js 18.x
20-
uses: actions/setup-node@v3
19+
- name: Set Node.js 20.x
20+
uses: actions/setup-node@v4
2121
with:
22-
node-version: 18.x
22+
node-version: 20
2323

2424
- name: Build docs.gno.land
2525
working-directory: ./docusaurus

0 commit comments

Comments
 (0)