[actions] use node/install instead of node/run

This commit is contained in:
Jordan Harband
2024-08-28 11:28:52 -07:00
parent 179d45050b
commit 9a28dbd394
2 changed files with 32 additions and 23 deletions

View File

@@ -58,12 +58,11 @@ jobs:
- run: sudo ${{ matrix.shell }} --version 2> /dev/null || dpkg -s ${{ matrix.shell }} 2> /dev/null || which ${{ matrix.shell }}
- run: curl --version
- run: wget --version
- uses: ljharb/actions/node/run@main
- uses: ljharb/actions/node/install@main
name: 'npm install && version checks'
with:
node-version: 'lts/*'
skip-ls-check: true
shell-command: echo installed
- run: npm ls urchin
- run: npx which urchin
- run: env