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 9b6e0fb commit 3af74b1Copy full SHA for 3af74b1
.github/workflows/docker.yaml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install build tools
29
run: |
30
sudo apt -y update
31
- sudo apt -y install build-essential git
+ sudo apt -y install build-essential git npm
32
git config --global advice.detachedHead false
33
- name: Checkout
34
uses: actions/checkout@v4
0 commit comments