Remove redundant Node.js setup and build steps from Docker workflow
This commit is contained in:
parent
1a581ed191
commit
bfcb3e7f1d
1 changed files with 0 additions and 15 deletions
15
.github/workflows/build-and-publish-image.yml
vendored
15
.github/workflows/build-and-publish-image.yml
vendored
|
|
@ -26,21 +26,6 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
cache: 'npm'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Build packages
|
||||
run: npm run build:packages
|
||||
|
||||
- name: Prepare package artifacts
|
||||
run: npm run prepare:package
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue