Skip to content

Commit 61f54b3

Browse files
committed
node: add Node.js 22 - 25
1 parent 9578890 commit 61f54b3

File tree

15 files changed

+44
-0
lines changed

15 files changed

+44
-0
lines changed

command/node/22.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
command:
2+
image: node:22

command/node/23.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
command:
2+
image: node:23

command/node/24.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
command:
2+
image: node:24

command/node/25.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
command:
2+
image: node:25

command/node/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Different Node.jS versions. Available versions:
2626
- 19
2727
- 20
2828
- 21
29+
- 22
30+
- 23
31+
- 24
32+
- 25
2933

3034
Other versions can be used by changing the version of the image.
3135

command/npm/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ Latest NPM with different Node.js versions. Avaiable Node.js versions:
3737
- 19
3838
- 20
3939
- 21
40+
- 22
41+
- 23
42+
- 24
43+
- 25
4044

4145
## `/command/npm/in-node-service`
4246

command/npm/node22.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
command:
2+
$ref: ./base
3+
image: node:22

command/npm/node23.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
command:
2+
$ref: ./base
3+
image: node:23

command/npm/node24.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
command:
2+
$ref: ./base
3+
image: node:24

command/npm/node25.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
command:
2+
$ref: ./base
3+
image: node:25

0 commit comments

Comments
 (0)