File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
12
12
container :
13
13
image : ubuntu:devel
14
14
steps :
15
- -name : Install Nodejs 21 apt keyrings
16
- run : mkdir -p /etc/ apt/keyrings && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_21 .x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
15
+ -name : Install Nodejs 21 repo
16
+ run : apt-get install --yes ca-certificates curl gnupg && curl -sL https://deb.nodesource.com/setup_21 .x | bash -
17
17
18
18
- name : Update system
19
19
run : apt-get update && apt-get --yes upgrade
20
20
21
21
- name : Install building tools
22
- run : apt-get install --yes git python3 python3-pip gcc g++ make ninja-build ca-certificates curl gnupg
22
+ run : apt-get install --yes git python3 python3-pip gcc g++ make ninja-build nodejs
23
23
24
24
- name : Clone the repo
25
25
run : git clone https://github.com/devraymondsh/libnode-distributable
You can’t perform that action at this time.
0 commit comments