[actions] fix `latest-npm` tests so they use this repo’s nvm instead of the last published one

上级 ac357c59
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册