Use NPM v6 for workflow

This commit is contained in:
Dragon Fire
2021-02-11 21:05:17 -05:00
parent a014efb37d
commit e413edd22d
+2 -2
View File
@@ -13,8 +13,8 @@ jobs:
with:
node-version: 15
- name: Install Latest NPM v7 Patch
run: npm install -g npm@7
- name: Install NPM v6 (v7 is Broken)
run: npm install -g npm@6
- name: Install ESLint v7
run: npm install -g eslint@7