We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a22f5d + 85c6750 commit 198a1b8Copy full SHA for 198a1b8
.github/workflows/eslint-code-scanning.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Set up Node.js
38
uses: actions/setup-node@v6
39
with:
40
- node-version: 22.x
+ node-version: 24.x
41
42
- name: Install ESLint
43
run: |
.github/workflows/eslint.yml
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG BASE_IMAGE=node:23.11.1-alpine3.20
+ARG BASE_IMAGE=node:24.1.0-alpine3.20
2
3
###############################################################################
4
FROM ${BASE_IMAGE} AS base
0 commit comments