Skip to content

Commit 6697333

Browse files
committed
Be honest about the version in the github actions logs
1 parent b70ed9a commit 6697333

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/gradle-build-feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
19-
- name: Set up Node LTS
19+
- name: Set up Node Stable
2020
uses: actions/setup-node@v4
2121
with:
2222
node-version: '22'

.github/workflows/gradle-build-native-feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
- name: Set up Node LTS
19+
- name: Set up Node Stable
2020
uses: actions/setup-node@v4
2121
with:
2222
node-version: '22'

.github/workflows/gradle-build-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
24-
- name: Set up Node LTS
24+
- name: Set up Node Stable
2525
uses: actions/setup-node@v4
2626
with:
2727
node-version: '22'

.github/workflows/gradle-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
packages: write
1111
steps:
1212
- uses: actions/checkout@v4
13-
- name: Set up Node LTS
13+
- name: Set up Node Stable
1414
uses: actions/setup-node@v2-beta
1515
with:
1616
node-version: '22'

.github/workflows/gradle-deploy-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18-
- name: Set up Node LTS
18+
- name: Set up Node Stable
1919
uses: actions/setup-node@v4
2020
with:
2121
node-version: '22'

.github/workflows/gradle-deploy-native-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18-
- name: Set up Node LTS
18+
- name: Set up Node Stable
1919
uses: actions/setup-node@v4
2020
with:
2121
node-version: '22'

0 commit comments

Comments
 (0)