Skip to content

Commit 1f95ee6

Browse files
committed
use node v14 in release job
1 parent 7868d7b commit 1f95ee6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/release-pkg.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-node@v2-beta
17+
with:
18+
node-version: "14"
1719
- name: Set up Python
1820
uses: actions/setup-python@v1
1921
with:

0 commit comments

Comments
 (0)