We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7868d7b commit 1f95ee6Copy full SHA for 1f95ee6
.github/workflows/release-pkg.yml
@@ -14,6 +14,8 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
- uses: actions/setup-node@v2-beta
17
+ with:
18
+ node-version: "14"
19
- name: Set up Python
20
uses: actions/setup-python@v1
21
with:
0 commit comments