Skip to content

Commit 38252f6

Browse files
committed
Try node 18
1 parent 9582fd7 commit 38252f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Use Node.js
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: "20"
35+
node-version: "18"
3636
- name: Build Docs
3737
run: |
3838
yarn

docs/.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
18

0 commit comments

Comments
 (0)