Skip to content

Commit

Permalink
update node image verison
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsinghal87 committed Feb 23, 2024
1 parent 293711c commit 54dbc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/job-in-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 54dbc3d

Please sign in to comment.