We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 947807e + 6642ac8 commit 9747750Copy full SHA for 9747750
.github/workflows/qa.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Clone repository
17
uses: actions/checkout@v5
18
- name: Use Node.js
19
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
20
with:
21
node-version: '22.x'
22
- name: Install dependencies
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
fetch-depth: '0'
token: ${{ secrets.TOKEN_GITHUB_TO_GITHUB_REPOSITORIES_RW }}
23
24
25
26
node-version: 22.x
27
0 commit comments