mirror of
https://github.com/jellyfin/jellyfin-chromecast.git
synced 2024-12-14 09:28:30 +00:00
actions: bump actions/setup-node from v2.1.2 to v2.1.5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.2 to v2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.2...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2c3fcb5e15
commit
44264271b8
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup node env
|
||||
uses: actions/setup-node@v2.1.2
|
||||
uses: actions/setup-node@v2.1.5
|
||||
with:
|
||||
node-version: 14
|
||||
|
||||
|
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup node env
|
||||
uses: actions/setup-node@v2.1.2
|
||||
uses: actions/setup-node@v2.1.5
|
||||
with:
|
||||
node-version: 14
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user