We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acdf10c commit 560594eCopy full SHA for 560594e
3 files changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
27
with:
28
- node-version: '20'
+ node-version: '22'
29
check-latest: true
30
31
- name: Install yq
.github/workflows/preview-website.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Use Node.js
34
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
35
36
37
38
39
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
32
0 commit comments