Skip to content

Commit b3a0ca3

Browse files
update docs node version
1 parent 6407e61 commit b3a0ca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: [main]
77
paths:
8-
- "docs/**"
8+
- 'docs/**'
99
# trigger deployment manually
1010
workflow_dispatch:
1111

@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-node@v4
2424
with:
2525
# choose node.js version to use
26-
node-version: "18"
26+
node-version: '20'
2727

2828
# cache node_modules
2929
- name: Cache dependencies

0 commit comments

Comments
 (0)