Skip to content

Commit 70780b6

Browse files
chore(deps): update actions/setup-node action to v2.1.5 (#151)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 7f1fb4f commit 70780b6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/[email protected]
1616
- name: Setup node
17-
uses: actions/[email protected].4
17+
uses: actions/[email protected].5
1818
with:
1919
node-version: 14
2020
- name: Install project
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout
3434
uses: actions/[email protected]
3535
- name: Setup node
36-
uses: actions/[email protected].4
36+
uses: actions/[email protected].5
3737
with:
3838
node-version: ${{ matrix.node }}
3939
- name: Install project
@@ -52,7 +52,7 @@ jobs:
5252
- name: Checkout
5353
uses: actions/[email protected]
5454
- name: Setup node
55-
uses: actions/[email protected].4
55+
uses: actions/[email protected].5
5656
with:
5757
node-version: ${{ matrix.node }}
5858
- name: Install project
@@ -67,7 +67,7 @@ jobs:
6767
- name: Checkout
6868
uses: actions/[email protected]
6969
- name: Setup node
70-
uses: actions/[email protected].4
70+
uses: actions/[email protected].5
7171
with:
7272
node-version: 14
7373
- name: Install project
@@ -94,7 +94,7 @@ jobs:
9494
# Make sure the release step uses its own credentials.
9595
persist-credentials: false
9696
- name: Setup node
97-
uses: actions/[email protected].4
97+
uses: actions/[email protected].5
9898
with:
9999
node-version: 14
100100
- name: Install project

0 commit comments

Comments
 (0)