diff --git a/.github/workflows/html.yaml b/.github/workflows/html.yaml
index d0084ae032..7d655ebe18 100644
--- a/.github/workflows/html.yaml
+++ b/.github/workflows/html.yaml
@@ -25,6 +25,9 @@ jobs:
steps:
- name: Install node.js
uses: actions/setup-node@v2
+ with:
+ node-version: '16'
+ cache: 'npm'
- run: npm install
- name: Checkout Code
uses: actions/checkout@v2