Skip to content

Commit 0d568c0

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

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/package-apisix-deb-ubuntu20.04.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: install dependencies
2828
run: |
2929
sudo apt-get install -y make
30+
# install node.js and pnpm
31+
sudo n lts
32+
corepack enable pnpm
3033
3134
- name: run apisix packaging
3235
run: |

.github/workflows/package-apisix-rpm-ubi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
sudo apt-get install -y make ruby ruby-dev rubygems build-essential
3737
sudo gem install --no-document fpm
3838
sudo apt-get install -y rpm
39+
# install node.js and pnpm
40+
sudo n lts
41+
corepack enable pnpm
3942
4043
- name: packaging APISIX(-remote) with remote code
4144
run: |

0 commit comments

Comments
 (0)