From 54dbc3d4c9adc6a019e3a11b325e658ee916299c Mon Sep 17 00:00:00 2001 From: Vaibhav Singhal Date: Fri, 23 Feb 2024 16:33:53 +0000 Subject: [PATCH] update node image verison --- .github/workflows/job-in-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/job-in-container.yml b/.github/workflows/job-in-container.yml index 3484d7d..f5a3793 100644 --- a/.github/workflows/job-in-container.yml +++ b/.github/workflows/job-in-container.yml @@ -22,7 +22,7 @@ jobs: - name: Create a file run: echo "Dummy text" > text.txt - name: Use a separate container for this step to print content of file created in above step - uses: docker://node20 + uses: docker://node:20 with: entrypoint: cat args: text.txt