mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2024-11-21 22:01:30 +01:00
Switch to actions/setup-node@v2.
This commit is contained in:
parent
df5e41bfe8
commit
d9d19cac09
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
- uses: actions/setup-node@v2
|
||||
- run: npm install --no-package-lock
|
||||
- run: npm run test
|
||||
no-globs:
|
||||
|
|
Loading…
Reference in a new issue