We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ebcfe commit 910bb85Copy full SHA for 910bb85
1 file changed
.github/workflows/dockerhub-kaniko.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
strategy:
31
matrix:
32
- node-version: [16, 18, 20]
+ node-version: [20, 22, 24]
33
distro: ["", "-alpine"]
34
env:
35
NODE_VERSION: "${{ matrix.node-version }}${{ matrix.distro }}"
0 commit comments