Skip to content

Commit a5edc94

Browse files
authored
Update workflows to use node 14 (#210)
1 parent d533603 commit a5edc94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/branch-pr-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: 10.x
20+
node-version: 14.x
2121
- name: Set up Python
2222
uses: actions/setup-python@v1
2323
with:

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: 10.x
16+
node-version: 14.x
1717
- name: Setup NPM
1818
run: |
1919
npm install

0 commit comments

Comments
 (0)