Update release pipeline names
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 17s
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 17s
This commit is contained in:
parent
c7e99846b1
commit
d523c4853f
1 changed files with 2 additions and 2 deletions
|
@ -21,12 +21,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
||||||
- name: Update deps, install them (to change package-lock.json) and commit
|
- name: Install JQ for extracting package.json version
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y jq
|
apt-get install -y jq
|
||||||
|
|
||||||
- name: Prepare, Check, Lint and Format
|
- name: Create Release
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
touch .env
|
touch .env
|
||||||
|
|
Loading…
Add table
Reference in a new issue