From d92b314dd4a58a714a2f5b598b209228554a6cc5 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 2 Dec 2021 10:57:42 +0100 Subject: [PATCH] fix npm version in workflow --- .github/workflows/html.yaml | 3 +++ 1 file changed, 3 insertions(+) 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