Skip to content

Commit 0df930d

Browse files
chore: update Node.js version to 24 in Dockerfile and CI workflow
1 parent b6167d6 commit 0df930d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 20
17+
node-version: 24
1818
cache: npm
1919

2020
- name: Install dependencies
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup Node.js
5454
uses: actions/setup-node@v4
5555
with:
56-
node-version: 20
56+
node-version: 24
5757
cache: npm
5858

5959
- name: Install dependencies

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the official Node.js 20.17.0 image as a parent image
2-
FROM node:20.17.0
2+
FROM node:24
33

44
# Set the working directory in the container
55
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)