Skip to content

Commit

Permalink
build(deps): bump actions/setup-node from 2.5.0 to 2.5.1 (#5112)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 4, 2022
1 parent a4282a7 commit 516b127
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2.4.0

- name: Setup Node.js environment
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v2.5.1
with:
node-version: "12"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
path: mdn/translated-content

- name: Setup Node.js environment
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v2.5.1
with:
node-version: "12"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/developing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
path: mdn/content

- name: Setup Node.js environment
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v2.5.1
with:
node-version: "12"
cache: "yarn"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 10

- name: Setup Node.js environment
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v2.5.1
with:
node-version: "12"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-published-simulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
path: mdn/content

- name: Setup Node.js environment
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v2.5.1
with:
node-version: "12"
cache: "yarn"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
path: mdn/content

- name: Setup Node.js environment
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v2.5.1
with:
node-version: "12"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2.4.0

- name: Setup Node.js environment
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v2.5.1
with:
node-version: "12"
cache: "yarn"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-kumascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2.4.0

- name: Setup Node.js environment
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v2.5.1
with:
node-version: "12"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
path: mdn/translated-content

- name: Setup Node.js environment
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v2.5.1
with:
node-version: "12"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
path: mdn/translated-content

- name: Setup Node.js environment
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v2.5.1
with:
node-version: "12"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2.4.0

- name: Setup Node.js environment
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v2.5.1
with:
node-version: "12"
cache: "yarn"
Expand Down

0 comments on commit 516b127

Please sign in to comment.