[actions] use node/install instead of node/run
This commit is contained in:
4
.github/workflows/latest-npm.yml
vendored
4
.github/workflows/latest-npm.yml
vendored
@@ -34,13 +34,13 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ljharb/actions/node/run@main
|
||||
- uses: ljharb/actions/node/install@main
|
||||
name: 'nvm install-latest-npm'
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
skip-ls-check: true
|
||||
skip-install: true
|
||||
shell-command: 'npm --version'
|
||||
- run: npm --version
|
||||
|
||||
node:
|
||||
name: 'nvm install-latest-npm'
|
||||
|
||||
Reference in New Issue
Block a user