Skip to content

Commit 5abb0ce

Browse files
committed
Update node version to 24.x in Docker workflow
This change updates the Node.js version used in the Docker workflow from 20.x to 24.x. Signed-off-by: Jose Javier Merchante <jjmerchante@bitergia.com>
1 parent d9e89c8 commit 5abb0ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
node-version: [20.x]
20+
node-version: [24.x]
2121
steps:
2222
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
- name: Setup Node ${{ matrix.node-version }}

0 commit comments

Comments
 (0)