diff --git a/.github/workflows/html.yaml b/.github/workflows/html.yaml
index 5e489e73c6..c632555180 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: Checkout Code
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with: