Skip to content

Commit 53fd664

Browse files
authored
Update Node to 18 (#300)
1 parent 820e5b8 commit 53fd664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup node
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: "14.x"
26+
node-version: "18"
2727

2828
- name: Build
2929
run: |

0 commit comments

Comments
 (0)