We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d244210 commit accc830Copy full SHA for accc830
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Checking out Repository
16
uses: actions/[email protected]
17
- name: Setting up node.js
18
- uses: actions/setup-node@v2.1.2
+ uses: actions/setup-node@v4.0.0
19
with:
20
node-version: '12'
21
- name: Creating new semantic version
0 commit comments