Skip to content

Commit accc830

Browse files
Update actions/setup-node action to v4
1 parent d244210 commit accc830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checking out Repository
1616
uses: actions/[email protected]
1717
- name: Setting up node.js
18-
uses: actions/setup-node@v2.1.2
18+
uses: actions/setup-node@v4.0.0
1919
with:
2020
node-version: '12'
2121
- name: Creating new semantic version

0 commit comments

Comments
 (0)