Skip to content

Commit e9df2c2

Browse files
committed
Add Node.js 14 to CI/CD
1 parent 937ea46 commit e9df2c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [12.x]
14+
node-version: [12.x, 14.x]
1515

1616
steps:
1717
- uses: actions/checkout@v2

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
33
- 12
4+
- 14
45

56
before_install:
67
# Install latest Yarn version

0 commit comments

Comments
 (0)