Skip to content

Commit afad996

Browse files
committed
fixup! chore: Pin NPM version
1 parent a33f7ef commit afad996

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
@@ -43,6 +43,10 @@ jobs:
4343
with:
4444
node-version: ${{ matrix.node }}
4545

46+
# Ideally done by actions/setup-node: https://github.com/actions/setup-node/issues/213
47+
- name: Setup package manager
48+
run: npm install -g [email protected]
49+
4650
- name: 📥 Download deps
4751
uses: bahmutov/npm-install@v1
4852
with:

0 commit comments

Comments
 (0)