mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Remove npm-update
This commit is contained in:
parent
57f668c175
commit
c93ce43156
1 changed files with 0 additions and 2 deletions
2
.github/workflows/deps-npm.yml
vendored
2
.github/workflows/deps-npm.yml
vendored
|
@ -9,8 +9,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Update NPM
|
|
||||||
uses: actions/npm-update@v1
|
|
||||||
- run: ./github/scripts/update-npm.sh
|
- run: ./github/scripts/update-npm.sh
|
||||||
env:
|
env:
|
||||||
id: ${{ github.run_id }}
|
id: ${{ github.run_id }}
|
||||||
|
|
Loading…
Reference in a new issue