Skip to content

Commit a33f7ef

Browse files
committed
chore: Pin NPM version
1 parent 336152b commit a33f7ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/validate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ jobs:
8080
with:
8181
node-version: 14
8282

83+
# Ideally done by actions/setup-node: https://github.com/actions/setup-node/issues/213
84+
- name: Setup package manager
85+
run: npm install -g [email protected]
86+
8387
- name: 📥 Download deps
8488
uses: bahmutov/npm-install@v1
8589
with:

0 commit comments

Comments
 (0)