Skip to content

Commit 1040ea4

Browse files
committed
ci: node 24 upgrade
1 parent 54458e7 commit 1040ea4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/script.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: '22' # You can specify your Node.js version here
22+
node-version: '24' # You can specify your Node.js version here
2323

2424
- name: Install dependencies
2525
run: npm install

src/nodeDownloader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {dirname} from 'path';
66

77
import { URL } from 'url';
88

9-
const LTS_URL_PREFIX = 'https://nodejs.org/dist/latest-v20.x/';
9+
const LTS_URL_PREFIX = 'https://nodejs.org/dist/latest-v24.x/';
1010

1111
/**
1212
* Fetches the latest Node.js version by making a request to a specified URL.

0 commit comments

Comments
 (0)