Skip to content

Commit 44009c0

Browse files
chore(deps): update dependency node to v22
1 parent 00a09dd commit 44009c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup node
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: '18'
24+
node-version: '22'
2525
- name: Build docs
2626
run: cd web && yarn install && yarn run build
2727
- name: Commit and push changes

0 commit comments

Comments
 (0)