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:
image: debian:stable-slim
steps:
- uses: actions/setup-node@v4
with:
node-version: lts/iron
# - uses: actions/setup-node@v4
# with:
# node-version: lts/iron
#
# # temp debug
# - run: |
# node -v
# npm i -g yarn npm-check-updates
# temp debug
- run: |
node -v
npm i -g yarn npm-check-updates
- uses: actions/checkout@v4
- uses: actions/checkout@v2
with:
fetch-depth: 0