Skip to content

Commit 92c0df4

Browse files
committed
chore: pin Node version in Publish
1 parent e1cf4fb commit 92c0df4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
fetch-depth: 0 # Fetch all branches
1919
token: ${{ secrets.GH_TOKEN }}
2020

21+
- name: Set up Node.js
22+
uses: actions/setup-node@v2
23+
with:
24+
node-version: '14'
25+
2126
- name: Install modules
2227
run: npm install @progress/semantic-prerelease --no-save
2328

0 commit comments

Comments
 (0)