Skip to content

Commit 6222153

Browse files
committed
build(node): upgrade to 14
1 parent bfe0e27 commit 6222153

File tree

3 files changed

+6611
-4615
lines changed

3 files changed

+6611
-4615
lines changed

.github/workflows/node.js.yml

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

1818
strategy:
1919
matrix:
20-
node-version: [10.x, 12.x]
20+
node-version: [10.x, 12.x, 14.x]
2121
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2222

2323
steps:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10
1+
14

0 commit comments

Comments
 (0)