Skip to content

Commit b4c4fea

Browse files
chore(deps): update node.js to v24
1 parent 9f11965 commit b4c4fea

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Use Node.js 18
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: 18.20.8
18+
node-version: 24.11.0
1919
- name: Install dependencies
2020
run: yarn install --production=false
2121
- name: Run Test Build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js 18
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: 18.20.8
18+
node-version: 24.11.0
1919
- name: Install Dependencies
2020
run: yarn
2121
- name: Create Release Pull Request

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Use Node.js 18
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: 18.20.8
18+
node-version: 24.11.0
1919
- name: Install dependencies
2020
run: yarn install --production=false
2121
- name: Run Jest

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.5
1+
24.11.1

0 commit comments

Comments
 (0)