Skip to content

Commit 17ccc33

Browse files
committed
remove node and npm dependency
1 parent 8e733a5 commit 17ccc33

File tree

3 files changed

+0
-1542
lines changed

3 files changed

+0
-1542
lines changed

.github/actions/setup/action.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,6 @@ runs:
2626
shell: bash
2727
run: pip install -r requirements.txt
2828

29-
- name: Setup Node
30-
uses: actions/setup-node@v2
31-
with:
32-
node-version: '14'
33-
34-
- name: Cache Node dependencies
35-
uses: actions/cache@v2
36-
with:
37-
path: ~/.npm
38-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
39-
restore-keys: |
40-
${{ runner.os }}-node-
41-
4229
- name: Cache go dependencies
4330
uses: actions/cache@v2
4431
with:
@@ -47,10 +34,6 @@ runs:
4734
restore-keys: |
4835
${{ runner.os }}-hugomod-
4936
50-
- name: Setup Docsy
51-
shell: bash
52-
run: npm ci --cache .npm --prefer-offline
53-
5437
# - name: Get Submodules
5538
# shell: bash
5639
# run: cd themes/docsy && git submodule update -f --init --jobs=6 && cd ../..

0 commit comments

Comments
 (0)