From 117772a91e50353055bc0721045107fcd67c36ca Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 2 Dec 2021 11:13:17 +0100 Subject: [PATCH] so the previous thing was dump --- .github/workflows/html.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/html.yaml b/.github/workflows/html.yaml index c632555180..edf3338329 100644 --- a/.github/workflows/html.yaml +++ b/.github/workflows/html.yaml @@ -23,13 +23,13 @@ jobs: INVENTREE_MEDIA_ROOT: ./media INVENTREE_STATIC_ROOT: ./static steps: - - run: npm install - name: Checkout Code uses: actions/checkout@v2 - name: Install node.js uses: actions/setup-node@v2 with: node-version: '16' + - run: npm install - name: Setup Python uses: actions/setup-python@v2 with: