mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2024-11-23 05:49:52 +00:00
Merge pull request #1123 from jellyfin/renovate/ci-deps
Some checks failed
build / Build (push) Failing after 1s
build / Deploy to GitHub Pages (push) Has been skipped
build / Deploy to Cloudflare Pages (push) Has been skipped
lint / Lint TypeScript/JavaScript (push) Failing after 1s
lint / Lint Markdown (push) Failing after 1s
test / Test URLs (test:blog-urls) (push) Failing after 1s
test / Test URLs (test:docs-urls) (push) Failing after 1s
test / Test URLs (test:web-urls) (push) Failing after 1s
Some checks failed
build / Build (push) Failing after 1s
build / Deploy to GitHub Pages (push) Has been skipped
build / Deploy to Cloudflare Pages (push) Has been skipped
lint / Lint TypeScript/JavaScript (push) Failing after 1s
lint / Lint Markdown (push) Failing after 1s
test / Test URLs (test:blog-urls) (push) Failing after 1s
test / Test URLs (test:docs-urls) (push) Failing after 1s
test / Test URLs (test:web-urls) (push) Failing after 1s
Update actions/setup-node action to v4.0.4
This commit is contained in:
commit
e47833a223
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
|
||||
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
|
||||
with:
|
||||
cache: npm
|
||||
node-version: 20
|
||||
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
|
||||
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
|
||||
with:
|
||||
node-version: 20
|
||||
check-latest: true
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
|
||||
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
|
||||
with:
|
||||
node-version: 20
|
||||
check-latest: true
|
||||
|
Loading…
Reference in New Issue
Block a user