Skip to content

Commit 74fd381

Browse files
Infrastructure: Update actions/setup-node requirement to v2.1.2 (pull #1555)
Updates the requirements on [actions/setup-node](https://github.com/actions/setup-node) to permit the latest version. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/commits/c6fd00ceb9747fb23ffdf72987450a2664414867) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 51203bd commit 74fd381

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/lint-css.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v2
2828

2929
- name: Set up Node.js
30-
uses: actions/setup-node@v1
30+
uses: actions/setup-node@v2.1.2
3131

3232
- uses: xt0rted/stylelint-problem-matcher@v1
3333

.github/workflows/lint-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# setup-node task is used without a particular version in order to load
3030
# the ESLint problem matchers
3131
- name: Set up Node.js
32-
uses: actions/setup-node@v1
32+
uses: actions/setup-node@v2.1.2
3333

3434
- name: Install npm dependencies
3535
run: npm ci

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434

3535
- name: Set up Node.js
36-
uses: actions/setup-node@v1
36+
uses: actions/setup-node@v2.1.2
3737

3838
- name: Install npm dependencies
3939
run: npm ci

.github/workflows/spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v2
3131

3232
- name: Set up Node.js
33-
uses: actions/[email protected].1
33+
uses: actions/[email protected].2
3434

3535
- name: Install npm dependencies
3636
run: npm ci

0 commit comments

Comments
 (0)