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 2a34d89 + b6730d0 commit 48596acCopy full SHA for 48596ac
.github/workflows/node-coverage.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Node.js
23
uses: actions/setup-node@v6
24
with:
25
- node-version: 22.x
+ node-version: 24.x
26
27
- name: Install dependencies
28
run: npm ci --verbose
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