mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 06:11:51 +00:00
[actions] fix latest-npm
tests so they use this repo’s nvm instead of the last published one
This commit is contained in:
parent
ac357c59ef
commit
b86c91efe3
6
.github/workflows/latest-npm.yml
vendored
6
.github/workflows/latest-npm.yml
vendored
@ -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
Block a user