Skip to content

Commit 0c84121

Browse files
⬆️ Updates Node.js to v24
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ed6bc0c commit 0c84121

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

.drone.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,32 @@ name: docker
44

55
steps:
66
- name: install
7-
image: node:14
7+
image: node:24
88
commands:
99
- npm install
1010

1111
- name: build
12-
image: node:14
12+
image: node:24
1313
commands:
1414
- npm run build
1515

1616
- name: test
17-
image: node:14
17+
image: node:24
1818
commands:
1919
- npm run test:all
2020

2121
- name: lint-all
22-
image: node:14
22+
image: node:24
2323
commands:
2424
- npm run lint:all
2525

2626
- name: format-all
27-
image: node:14
27+
image: node:24
2828
commands:
2929
- npm run format:all
3030
-
3131
- name: check-all
32-
image: node:14
32+
image: node:24
3333
commands:
3434
- npm run check:all
3535
-

.github/workflows/integrate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install Node.js and npm
4242
uses: actions/setup-node@v1
4343
with:
44-
node-version: 14.x
44+
node-version: 24.x
4545

4646
- name: Install dependencies
4747
if: steps.cacheNpm.outputs.cache-hit != 'true'
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install Node.js and npm
7373
uses: actions/setup-node@v1
7474
with:
75-
node-version: 14.x
75+
node-version: 24.x
7676

7777
- name: Install dependencies
7878
if: steps.cacheNpm.outputs.cache-hit != 'true'
@@ -103,7 +103,7 @@ jobs:
103103
- name: Install Node.js and npm
104104
uses: actions/setup-node@v1
105105
with:
106-
node-version: 12.x
106+
node-version: 24.x
107107

108108
- name: Install dependencies
109109
if: steps.cacheNpm.outputs.cache-hit != 'true'
@@ -134,7 +134,7 @@ jobs:
134134
- name: Install Node.js and npm
135135
uses: actions/setup-node@v1
136136
with:
137-
node-version: 10.x
137+
node-version: 24.x
138138

139139
- name: Install dependencies
140140
if: steps.cacheNpm.outputs.cache-hit != 'true'

.github/workflows/markdown-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js environment
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: "12"
21+
node-version: "24"
2222

2323
- name: Lint markdown files
2424
run: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Node.js and npm
3030
uses: actions/setup-node@v1
3131
with:
32-
node-version: 14.x
32+
node-version: 24.x
3333
registry-url: https://registry.npmjs.org
3434

3535
- name: Publish new version

.github/workflows/validate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install Node.js and npm
3535
uses: actions/setup-node@v1
3636
with:
37-
node-version: 14.x
37+
node-version: 24.x
3838

3939
- name: Install dependencies
4040
if: steps.cacheNpm.outputs.cache-hit != 'true'
@@ -88,7 +88,7 @@ jobs:
8888
- name: Install Node.js and npm
8989
uses: actions/setup-node@v1
9090
with:
91-
node-version: 14.x
91+
node-version: 24.x
9292

9393
- name: Install dependencies
9494
if: steps.cacheNpm.outputs.cache-hit != 'true'
@@ -121,7 +121,7 @@ jobs:
121121
- name: Install Node.js and npm
122122
uses: actions/setup-node@v1
123123
with:
124-
node-version: 12.x
124+
node-version: 24.x
125125

126126
- name: Install dependencies
127127
if: steps.cacheNpm.outputs.cache-hit != 'true'
@@ -154,7 +154,7 @@ jobs:
154154
- name: Install Node.js and npm
155155
uses: actions/setup-node@v1
156156
with:
157-
node-version: 10.x
157+
node-version: 24.x
158158

159159
- name: Install dependencies
160160
if: steps.cacheNpm.outputs.cache-hit != 'true'

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v14.17.0
1+
24.1.0

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.16.0
1+
24.1.0

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 12.13.0
1+
nodejs 24.1.0

0 commit comments

Comments
 (0)