Skip to content

Commit 42533ca

Browse files
Copilotfelickz
andauthored
Update check-dist.yml to use Node.js 24.x instead of 20.x
Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>
1 parent 735aa6e commit 42533ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v6
2525

26-
- name: Set Node.js 20.x
26+
- name: Set Node.js 24.x
2727
uses: actions/setup-node@v6.2.0
2828
with:
29-
node-version: 20.x
29+
node-version: 24.x
3030

3131
- name: Install dependencies
3232
run: npm ci

0 commit comments

Comments
 (0)