Skip to content

Commit 7621b64

Browse files
Bump actions/setup-node from v2.1.1 to v2.1.2 (#15)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.1 to v2.1.2. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2.1.1...c6fd00c) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1abfce8 commit 7621b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/[email protected]
1212
- name: Node.js ${{ matrix.node-version }}
13-
uses: actions/[email protected].1
13+
uses: actions/[email protected].2
1414
with:
1515
node-version: ${{ matrix.node-version }}
1616
- name: Update npm

0 commit comments

Comments
 (0)