mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 10:35:40 +00:00
fix npm version in workflow
This commit is contained in:
3
.github/workflows/html.yaml
vendored
3
.github/workflows/html.yaml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user