Skip to content

Commit 895cc83

Browse files
ci: set node-version to lts/* in all workflows
1 parent e11d4d9 commit 895cc83

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/module-submission-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@v6
2525
with:
26-
node-version: "20"
26+
node-version: "lts/*"
2727
cache: "npm"
2828

2929
- name: Install dependencies

.github/workflows/release-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Node.js
2525
uses: actions/setup-node@v6
2626
with:
27-
node-version: 24
27+
node-version: "lts/*"
2828
cache: npm
2929

3030
- name: Install dependencies

.github/workflows/validate-module-submission.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v6
2424
with:
25-
node-version: "20"
25+
node-version: "lts/*"
2626
cache: "npm"
2727

2828
- name: Install dependencies

0 commit comments

Comments
 (0)