mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[AAE-13093] - Use node v16 for publish docker (#8464)
This commit is contained in:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -127,10 +127,12 @@ jobs:
|
|||||||
- name: install Node >=16.0 for license check
|
- name: install Node >=16.0 for license check
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16.20.0
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: package-lock.json
|
cache-dependency-path: package-lock.json
|
||||||
- name: release Demoshell docker
|
- name: release Demoshell docker
|
||||||
|
env:
|
||||||
|
NODE_VERSION: v16.20.0
|
||||||
run: |
|
run: |
|
||||||
. ./scripts/github/release/docker-tag.sh
|
. ./scripts/github/release/docker-tag.sh
|
||||||
./scripts/github/release/release-demoshell-docker.sh ${{ steps.set-dryrun.outputs.dryrun }}
|
./scripts/github/release/release-demoshell-docker.sh ${{ steps.set-dryrun.outputs.dryrun }}
|
||||||
@@ -162,10 +164,12 @@ jobs:
|
|||||||
- name: install Node >=16.0 for license check
|
- name: install Node >=16.0 for license check
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16.20.0
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: package-lock.json
|
cache-dependency-path: package-lock.json
|
||||||
- name: release Storybook docker
|
- name: release Storybook docker
|
||||||
|
env:
|
||||||
|
NODE_VERSION: v16.20.0
|
||||||
run: |
|
run: |
|
||||||
. ./scripts/github/release/docker-tag.sh
|
. ./scripts/github/release/docker-tag.sh
|
||||||
./scripts/github/release/release-storybook-docker.sh ${{ steps.set-dryrun.outputs.dryrun }}
|
./scripts/github/release/release-storybook-docker.sh ${{ steps.set-dryrun.outputs.dryrun }}
|
||||||
|
Reference in New Issue
Block a user