We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a477e70 commit 901f0b9Copy full SHA for 901f0b9
1 file changed
.github/workflows/deploy.yml
@@ -17,6 +17,9 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v4
20
+ - uses: actions/setup-node@v4
21
+ with:
22
+ node-version: 20
23
24
- name: Build image
25
run: docker build . --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
0 commit comments