Skip to content

Commit 7b08235

Browse files
committed
ci: use Node.js v14.x for workflows
1 parent 01c42c2 commit 7b08235

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: macOS-latest
1414
steps:
1515
- uses: actions/checkout@master
16-
- name: Use Node.js 12.x
16+
- name: Use Node.js 14.x
1717
uses: actions/setup-node@v1
1818
with:
19-
version: 12.x
19+
version: 14.x
2020
- name: Lint
2121
run: |
2222
npm install

.github/workflows/nodejs.yml renamed to .github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: macOS-latest
1414
steps:
1515
- uses: actions/checkout@master
16-
- name: Use Node.js 10.x
16+
- name: Use Node.js 14.x
1717
uses: actions/setup-node@v1
1818
with:
19-
version: 10.x
19+
version: 14.x
2020
- name: npm install, build, and test
2121
run: |
2222
npm install

0 commit comments

Comments
 (0)