Skip to content

Commit 2539eb9

Browse files
authored
ci: Fix node version in "Yarn docs" workflow (#8128)
1 parent 04e0218 commit 2539eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/yarn-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
- ".github/workflows/yarn-docs.yml"
2121

2222
env:
23-
NODE: "18"
23+
NODE: "22"
2424
FRONTEND_MONOREPO_DIR: "web"
2525

2626
jobs:

0 commit comments

Comments
 (0)