Skip to content

Commit 851d35d

Browse files
committed
Node 23 => 24.
1 parent a35e7ca commit 851d35d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
### Changed
9+
- Node 23 => 24.
10+
711
## [3.15.0] - 2025-09-30
812
### Changed
913
- cyril-verloop/codingame-configuration 1.18.0 => 1.19.0.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ It only contains Mocha tests to let you code in your favorite IDE, outside of th
55

66
[![License](https://img.shields.io/github/license/cyrilverloop/codingame-js-tests)](https://github.com/cyrilverloop/codingame-js-tests/blob/trunk/LICENSE)
77

8-
**This project uses Node 23 and CodinGame uses Node 20.9.0.
8+
**This project uses Node 24 and CodinGame uses Node 20.9.0.
99
If you want to run your code on Node 20.9.0, you can override the Node image in `./compose.override.yaml`.**
1010

1111

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
app:
33
environment:
44
- ENV=/home/node/codingame/.ashrc
5-
image: node:23-alpine
5+
image: node:24-alpine
66
user: ${uid}:${gid}
77
volumes:
88
- ./:/home/node/codingame/

0 commit comments

Comments
 (0)