Skip to content

Commit 301ce55

Browse files
committed
Fix installs on Node < 16
1 parent 25ee2cc commit 301ce55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/validate.yml

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
with:
3838
node-version: ${{ matrix.node }}
3939

40+
- name: Pin NPM
41+
run: npm install -g [email protected]
42+
4043
- name: 📥 Download deps
4144
uses: bahmutov/npm-install@v1
4245
with:
@@ -73,6 +76,9 @@ jobs:
7376
with:
7477
node-version: 14
7578

79+
- name: Pin NPM
80+
run: npm install -g [email protected]
81+
7682
- name: 📥 Download deps
7783
uses: bahmutov/npm-install@v1
7884
with:

0 commit comments

Comments
 (0)