We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d533603 commit a5edc94Copy full SHA for a5edc94
.github/workflows/branch-pr-release.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Node.js
18
uses: actions/setup-node@v1
19
with:
20
- node-version: 10.x
+ node-version: 14.x
21
- name: Set up Python
22
uses: actions/setup-python@v1
23
.github/workflows/publish.yaml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
- name: Setup NPM
run: |
npm install
0 commit comments