mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 18:07:00 +02:00
chore(deps): bump actions/setup-node from 3.4.1 to 3.5.0 (#8170)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
53626aafd1
commit
35fe1553d6
9 changed files with 13 additions and 13 deletions
2
.github/workflows/build-blog-only.yml
vendored
2
.github/workflows/build-blog-only.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3
|
||||
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3
|
||||
with:
|
||||
node-version: '16'
|
||||
cache: yarn
|
||||
|
|
4
.github/workflows/build-perf.yml
vendored
4
.github/workflows/build-perf.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3
|
||||
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3
|
||||
with:
|
||||
node-version: '16'
|
||||
cache: yarn
|
||||
|
@ -58,7 +58,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
|
||||
- uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3
|
||||
- uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3
|
||||
with:
|
||||
cache: yarn
|
||||
- name: Installation
|
||||
|
|
2
.github/workflows/canary-release.yml
vendored
2
.github/workflows/canary-release.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0 # Needed to get the commit number with "git rev-list --count HEAD"
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3
|
||||
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3
|
||||
with:
|
||||
node-version: '16'
|
||||
cache: yarn
|
||||
|
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3
|
||||
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3
|
||||
with:
|
||||
node-version: '16'
|
||||
cache: yarn
|
||||
|
|
2
.github/workflows/showcase-test.yml
vendored
2
.github/workflows/showcase-test.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3
|
||||
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3
|
||||
with:
|
||||
node-version: '16'
|
||||
cache: yarn
|
||||
|
|
8
.github/workflows/tests-e2e.yml
vendored
8
.github/workflows/tests-e2e.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
|
||||
- name: Use Node.js ${{ matrix.node }}
|
||||
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3
|
||||
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: yarn
|
||||
|
@ -77,7 +77,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
|
||||
- name: Use Node.js 16
|
||||
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3
|
||||
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3
|
||||
with:
|
||||
node-version: '16'
|
||||
cache: yarn
|
||||
|
@ -131,7 +131,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
|
||||
- name: Use Node.js 16
|
||||
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3
|
||||
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3
|
||||
with:
|
||||
node-version: '16'
|
||||
cache: yarn
|
||||
|
@ -161,7 +161,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
|
||||
- name: Use Node.js 16
|
||||
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3
|
||||
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3
|
||||
with:
|
||||
node-version: '16'
|
||||
cache: yarn
|
||||
|
|
2
.github/workflows/tests-swizzle.yml
vendored
2
.github/workflows/tests-swizzle.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3
|
||||
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3
|
||||
with:
|
||||
node-version: '16'
|
||||
cache: yarn
|
||||
|
|
2
.github/workflows/tests-windows.yml
vendored
2
.github/workflows/tests-windows.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
|
||||
- name: Use Node.js ${{ matrix.node }}
|
||||
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3
|
||||
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
- name: Installation
|
||||
|
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
|
||||
- name: Use Node.js ${{ matrix.node }}
|
||||
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3
|
||||
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # v3
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: yarn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue