rollback action/checkout to v2 - node still needed ?
docker / docker (push) Failing after 17s

This commit is contained in:
Ludovic Cartier
2025-01-03 19:53:22 +01:00
parent 0bed8f04ce
commit 34524c4231
+9 -9
View File
@@ -12,16 +12,16 @@ jobs:
container: container:
image: debian:stable-slim image: debian:stable-slim
steps: steps:
- uses: actions/setup-node@v4 # - uses: actions/setup-node@v4
with: # with:
node-version: lts/iron # node-version: lts/iron
#
# # temp debug
# - run: |
# node -v
# npm i -g yarn npm-check-updates
# temp debug - uses: actions/checkout@v2
- run: |
node -v
npm i -g yarn npm-check-updates
- uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0