We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4dca19 commit 6e47ff5Copy full SHA for 6e47ff5
.github/workflows/build.yml
@@ -29,14 +29,11 @@ jobs:
29
cd /tmp/
30
APT_PARAMS='apt -y -qq -o=Dpkg::Use-Pty=0'
31
$APT_PARAMS update
32
- $APT_PARAMS install sudo curl git
33
-
34
35
- # APT_PARAMS='sudo apt -y -qq -o=Dpkg::Use-Pty=0'
36
- # $APT_PARAMS update
37
- # $APT_PARAMS install curl git
38
39
curl -fsSL https://get.pnpm.io/install.sh | sh -
+ curl -fsSL https://deb.nodesource.com/setup_22.x | sh -
+
+ $APT_PARAMS install sudo curl git nodejs
40
41
- name: Build
42
run: |
0 commit comments