Skip to content

Commit

Permalink
build(deps): bump actions/setup-node from v2.1.3 to v2.1.4 (#2176)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 17, 2020
1 parent db4593c commit cb4f6aa
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
path: mdn/translated-content

- name: Setup Node.js environment
uses: actions/setup-node@v2.1.3
uses: actions/setup-node@v2.1.4
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.1.3
uses: actions/setup-node@v2.1.4
with:
node-version: "12"

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.1.3
uses: actions/setup-node@v2.1.4
with:
node-version: "12"

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

- name: Setup Node.js environment
uses: actions/setup-node@v2.1.3
uses: actions/setup-node@v2.1.4
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 @@ -94,7 +94,7 @@ jobs:
path: mdn/translated-content

- name: Setup Node.js environment
uses: actions/setup-node@v2.1.3
uses: actions/setup-node@v2.1.4
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 @@ -94,7 +94,7 @@ jobs:
path: mdn/translated-content

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo ${{ steps.git_diff_kumascript.outputs.diff }}

- name: Setup Node.js environment
uses: actions/setup-node@v2.1.3
uses: actions/setup-node@v2.1.4
with:
node-version: "12"
- name: Display Node & Yarn version
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Setup Node.js environment
if: env.GIT_DIFF
uses: actions/setup-node@v2.1.3
uses: actions/setup-node@v2.1.4
with:
node-version: "12"

Expand Down

0 comments on commit cb4f6aa

Please sign in to comment.