Skip to content

Commit 4122f04

Browse files
authored
feat: add node versions
node 22, 24, 25 and 26
1 parent 8773fac commit 4122f04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
- { NODE_VERSION: 18 }
1919
- { NODE_VERSION: 19 }
2020
- { NODE_VERSION: 20 }
21+
- { NODE_VERSION: 22 }
22+
- { NODE_VERSION: 24 }
23+
- { NODE_VERSION: 25 }
24+
- { NODE_VERSION: 26 }
2125
env:
2226
DOCKER_IMAGE: ghcr.io/scarbous/node-runner/${{ matrix.env.NODE_VERSION }}
2327
BuildArgs: NODE_VERSION=${{ matrix.env.NODE_VERSION }}

0 commit comments

Comments
 (0)