mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-12-14 04:12:28 +00:00
Merge pull request #343 from murdos/dependabot/github_actions/actions/setup-node-v2.1.3
build(deps): bump actions/setup-node from v2.1.2 to v2.1.3
This commit is contained in:
commit
1fcccdea3a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v2.1.2
|
- uses: actions/setup-node@v2.1.3
|
||||||
- name: 'Install dependencies'
|
- name: 'Install dependencies'
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: 'Run linter'
|
- name: 'Run linter'
|
||||||
|
|
Loading…
Reference in a new issue