Skip to content

Commit 585f3cb

Browse files
committed
Update actions/setup-node action to v2.4.1
1 parent d244210 commit 585f3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checking out Repository
1616
uses: actions/checkout@v2.3.3
1717
- name: Setting up node.js
18-
uses: actions/setup-node@v2.1.2
18+
uses: actions/setup-node@v2.4.1
1919
with:
2020
node-version: '12'
2121
- name: Creating new semantic version

0 commit comments

Comments
 (0)