Skip to content

Commit ab621b7

Browse files
chore(deps): update actions/setup-node action to v2.1.5 (#768)
1 parent b1d6111 commit ab621b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/nodejs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v2
2222

23-
- uses: actions/[email protected].4
23+
- uses: actions/[email protected].5
2424
with:
2525
node-version: 14.x
2626

@@ -68,7 +68,7 @@ jobs:
6868
restore-keys: |
6969
yarn2-
7070
- name: Use Node.js ${{ matrix.node-version }}
71-
uses: actions/[email protected].4
71+
uses: actions/[email protected].5
7272
with:
7373
node-version: ${{ matrix.node-version }}
7474
- name: install with eslint v${{matrix.eslint-version }}
@@ -106,7 +106,7 @@ jobs:
106106
key: yarn2-${{ hashFiles('yarn.lock') }}
107107
restore-keys: |
108108
yarn2-
109-
- uses: actions/[email protected].4
109+
- uses: actions/[email protected].5
110110
with:
111111
node-version: 14.x
112112
- name: install
@@ -137,7 +137,7 @@ jobs:
137137
key: yarn2-${{ hashFiles('yarn.lock') }}
138138
restore-keys: |
139139
yarn2-
140-
- uses: actions/[email protected].4
140+
- uses: actions/[email protected].5
141141
with:
142142
node-version: 14.x
143143
- name: install
@@ -168,7 +168,7 @@ jobs:
168168
key: yarn2-${{ hashFiles('yarn.lock') }}
169169
restore-keys: |
170170
yarn2-
171-
- uses: actions/[email protected].4
171+
- uses: actions/[email protected].5
172172
with:
173173
node-version: 14.x
174174
- name: install

0 commit comments

Comments
 (0)