Skip to content

Commit 6b7229a

Browse files
committed
Node 22 => 23.
1 parent fbd8294 commit 6b7229a

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
### Changed
99
- Renaming `docker-compose.yml` to `compose.yaml`.
10+
- Node 22 => 23.
1011

1112
## [3.3.0] - 2024-09-30
1213
### Changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@ 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 now uses Node 22+.
9-
Unfortunaly, CodinGame is still on Node 16.14.2
10-
which is not [supported](https://nodejs.org/en/about/previous-releases#release-schedule) anymore.
11-
If you want to run your code on Node 16.14.2,
12-
you can use a version up to 1.x of this software which do not receive further update.**
8+
**This project uses Node 23 and CodinGame uses Node 20.9.0.
9+
If you want to run your code on Node 20.9.0, you can override the Node image in `./compose.override.yaml`.**
1310

1411

1512
## Installation

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:22-alpine
5+
image: node:23-alpine
66
user: ${uid}:${gid}
77
volumes:
88
- ./:/home/node/codingame/

0 commit comments

Comments
 (0)