[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
|
registry.npmjs.org:443
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: ljharb/actions/node/install@main
|
- uses: ljharb/actions/node/install@main
|
||||||
name: 'nvm install-latest-npm'
|
name: 'install node'
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
skip-ls-check: true
|
skip-ls-check: true
|
||||||
skip-install: 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
|
- run: npm --version
|
||||||
|
|
||||||
node:
|
node:
|
||||||
|
|
Loading…
Reference in New Issue