Skip to content

Commit 69a34eb

Browse files
chore(deps): update dependency actions/setup-node to v2.1.2 (#34)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 0fec27f commit 69a34eb

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].1
17+
uses: actions/[email protected].2
1818
with:
1919
node-version: 14
2020
- name: Install project
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout
3131
uses: actions/[email protected]
3232
- name: Setup node
33-
uses: actions/[email protected].1
33+
uses: actions/[email protected].2
3434
with:
3535
node-version: 14
3636
- name: Install project
@@ -44,7 +44,7 @@ jobs:
4444
- name: Checkout
4545
uses: actions/[email protected]
4646
- name: Setup node
47-
uses: actions/[email protected].1
47+
uses: actions/[email protected].2
4848
with:
4949
node-version: 14
5050
- name: Install project
@@ -59,7 +59,7 @@ jobs:
5959
- name: Checkout
6060
uses: actions/[email protected]
6161
- name: Setup node
62-
uses: actions/[email protected].1
62+
uses: actions/[email protected].2
6363
with:
6464
node-version: 14
6565
- name: Install project
@@ -86,7 +86,7 @@ jobs:
8686
# Make sure the release step uses its own credentials.
8787
persist-credentials: false
8888
- name: Setup node
89-
uses: actions/[email protected].1
89+
uses: actions/[email protected].2
9090
with:
9191
node-version: 14
9292
- name: Install project

0 commit comments

Comments
 (0)