Skip to content

Commit 17ecf26

Browse files
committed
chore: remove workflow comments
The case mapping result no longer depends on the node.js version
1 parent 9bea86d commit 17ecf26

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
- name: Set up Node.js 22
2323
uses: actions/setup-node@v3
2424
with:
25-
# Always build using the same Node.js version, to ensure consistent
26-
# results from scripts/iu-mappings.js.
27-
# This version should be the same as the one used in the
28-
# publish-on-tag workflow.
2925
node-version: 22
3026
- name: Install dependencies
3127
run: npm install

.github/workflows/publish-on-tag.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
- name: Set up Node.js 22
1515
uses: actions/setup-node@v3
1616
with:
17-
# Always build using the same Node.js version, to ensure consistent
18-
# results from scripts/iu-mappings.js.
19-
# This version should be the same as the one used in the main workflow.
2017
node-version: 22
2118
- name: Install dependencies
2219
run: npm install

0 commit comments

Comments
 (0)