fix(ci): docker-main not building due to use of npm

This commit is contained in:
Elian Doran 2025-05-04 11:09:59 +03:00
parent 82888c62bc
commit a1461fffde
No known key found for this signature in database

View File

@ -132,12 +132,18 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Set up node & dependencies
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Update build info
run: npm run chore:update-build-info
run: pnpm run chore:update-build-info
- name: Docker meta
id: meta