Skip to content

Commit 8e1303b

Browse files
committed
f
Signed-off-by: Nic <[email protected]>
1 parent 5001e46 commit 8e1303b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/publish-deb.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: Init basic publish env
4141
run: |
4242
sudo apt-get update
43+
# install node.js and pnpm
44+
sudo n lts
45+
corepack enable pnpm
4346
mkdir -p "${VAR_DEB_WORKBENCH_DIR}"
4447
4548
- name: Extract Tags version

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
# install publish env deps
4141
sudo apt-get update
4242
sudo apt install -y createrepo-c
43+
# install node.js and pnpm
44+
sudo n lts
45+
corepack enable pnpm
4346
mkdir -p "${VAR_RPM_WORKBENCH_DIR}"
4447
# init env var
4548
TAG_DATE=$(date +%Y%m%d)

0 commit comments

Comments
 (0)