Skip to content

Commit 67a6e9f

Browse files
committed
node 21 => 22.
1 parent f003443 commit 67a6e9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 now uses Node 21+.
8+
**This project now uses Node 22+.
99
Unfortunaly, CodinGame is still on Node 16.14.2
1010
which is not [supported](https://nodejs.org/en/about/previous-releases#release-schedule) anymore.
1111
If you want to run your code on Node 16.14.2,

docker-compose.yml

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

0 commit comments

Comments
 (0)