Skip to content

Commit 910bb85

Browse files
authored
Update dockerhub-kaniko.yml
Signed-off-by: Alessandro Sanino <3513298+saniales@users.noreply.github.com>
1 parent 71ebcfe commit 910bb85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub-kaniko.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
node-version: [16, 18, 20]
32+
node-version: [20, 22, 24]
3333
distro: ["", "-alpine"]
3434
env:
3535
NODE_VERSION: "${{ matrix.node-version }}${{ matrix.distro }}"

0 commit comments

Comments
 (0)