Skip to content

Commit 198a1b8

Browse files
authored
Merge pull request #850 from sir-gon/renovate/node-24.x
Update dependency node to v24
2 parents 6a22f5d + 85c6750 commit 198a1b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/eslint-code-scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Node.js
3838
uses: actions/setup-node@v6
3939
with:
40-
node-version: 22.x
40+
node-version: 24.x
4141

4242
- name: Install ESLint
4343
run: |

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Set up Node.js
5353
uses: actions/setup-node@v6
5454
with:
55-
node-version: 22.x
55+
node-version: 24.x
5656

5757
- name: Install ESLint
5858
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_IMAGE=node:23.11.1-alpine3.20
1+
ARG BASE_IMAGE=node:24.1.0-alpine3.20
22

33
###############################################################################
44
FROM ${BASE_IMAGE} AS base

0 commit comments

Comments
 (0)