Skip to content

Commit 9b5e514

Browse files
committed
Use node-version: '22' in setup-node steps
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent f0eebdb commit 9b5e514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/preview-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Use Node.js
5454
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5555
with:
56-
node-version: '20'
56+
node-version: '22'
5757

5858
- name: Install yq
5959
run: |

0 commit comments

Comments
 (0)