We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a82d4 commit 7479916Copy full SHA for 7479916
3 files changed
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
persist-credentials: false
35
- name: Set up Node.js ${{matrix.node}}
36
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
37
38
node-version: ${{matrix.node}}
39
cache: 'npm'
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
- name: Set up Node.js 24
32
node-version: '24'
.github/workflows/sonarcloud.yml
fetch-depth: 0
0 commit comments