Skip to content

Commit 1a44141

Browse files
authored
update node in workflow (#585)
1 parent a48022b commit 1a44141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717
- uses: actions/setup-node@v6
1818
with:
19-
node-version: '20.x'
19+
node-version: '22.x'
2020
- name: Test Build
2121
run: |
2222
if [ -e yarn.lock ]; then
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v4
3535
- uses: actions/setup-node@v4
3636
with:
37-
node-version: '20.x'
37+
node-version: '22.x'
3838
- uses: webfactory/[email protected]
3939
with:
4040
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}

0 commit comments

Comments
 (0)