Skip to content

Commit 2ff8e38

Browse files
chore: update docs action to node 22
1 parent 3214bff commit 2ff8e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 0
3939
- uses: actions/setup-node@v4
4040
with:
41-
node-version: 18
41+
node-version: 22
4242
cache: npm
4343
cache-dependency-path: docs/package-lock.json
4444

0 commit comments

Comments
 (0)