chore(dogfood): update nodejs installation method (#11339)

This commit is contained in:
Muhammad Atif Ali
2023-12-26 16:53:41 +03:00
committed by GitHub
parent 0ebd656cd1
commit e3a1bdb60d
4 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ on:
workflow_dispatch:
jobs:
deploy_image:
build_image:
runs-on: buildjet-4vcpu-ubuntu-2204
steps:
- name: Checkout
@@ -53,7 +53,7 @@ jobs:
cache-to: type=inline
deploy_template:
needs: deploy_image
needs: build_image
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps: