Skip to content

Commit

Permalink
Merge pull request #231 from jellyfin/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-v2.1.5

actions(deps): bump actions/setup-node from v1 to v2.1.5
  • Loading branch information
thornbill committed Mar 10, 2021
2 parents 6e2f798 + 0076671 commit e11b70c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2.1.5
with:
node-version: 12
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2.1.5
with:
node-version: 12

Expand Down

0 comments on commit e11b70c

Please sign in to comment.