fix: install node before checkout
Build and Deploy / Build Image (push) Successful in 28s
Build and Deploy / Deploy to Portainer (push) Failing after 7s

This commit is contained in:
Ricardo Mancinas
2026-07-11 21:13:45 -07:00
parent 93a8b89f60
commit d42adacd38
+3 -2
View File
@@ -24,11 +24,12 @@ jobs:
contents: read
packages: write
steps:
- name: Install Node.js for actions
run: apk add --no-cache nodejs npm
- name: Checkout code
uses: actions/checkout@v4
- name: Install Node.js for actions
run: apk add --no-cache nodejs npm
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3
with: