[actions] fix `latest-npm` tests so they use this repo’s nvm instead of the last published one
parent
ac357c59ef
commit
b86c91efe3
|
@ -55,11 +55,15 @@ jobs:
|
|||
registry.npmjs.org:443
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ljharb/actions/node/install@main
|
||||
name: 'nvm install-latest-npm'
|
||||
name: 'install node'
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
skip-ls-check: true
|
||||
skip-install: true
|
||||
skip-latest-npm: true
|
||||
- run: npm --version
|
||||
- run: '. ./nvm.sh ; nvm install-latest-npm'
|
||||
name: 'nvm install-latest-npm'
|
||||
- run: npm --version
|
||||
|
||||
node:
|
||||
|
|
Loading…
Reference in New Issue