Update release pipeline names
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 17s

This commit is contained in:
0d0 2025-02-23 04:59:09 +01:00
parent c7e99846b1
commit d523c4853f

View file

@ -21,12 +21,12 @@ jobs:
with:
node-version: '20'
- name: Update deps, install them (to change package-lock.json) and commit
- name: Install JQ for extracting package.json version
run: |
apt-get update
apt-get install -y jq
- name: Prepare, Check, Lint and Format
- name: Create Release
run: |
npm ci
touch .env