Skip to content

Commit 400a557

Browse files
committed
Use Node 14 in workflows
1 parent 13bde5a commit 400a557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- uses: actions/checkout@v1
1313
- uses: actions/setup-node@v1
1414
with:
15-
node-version: '12.x'
15+
node-version: '14'
1616
- run: npm install
1717
- run: npm run lint

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- uses: actions/checkout@v1
1313
- uses: actions/setup-node@v1
1414
with:
15-
node-version: '12.x'
15+
node-version: '14'
1616
- run: npm install
1717
- run: npm test

0 commit comments

Comments
 (0)