Skip to content

Commit 0ebf129

Browse files
committed
use node14 as default node
1 parent 338e84c commit 0ebf129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cjs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// Runtimes still being tested out can be added, just not at runtimes[runtime][0]
44
let runtimes = {
55
node: [
6-
'nodejs16.x',
76
'nodejs14.x',
7+
'nodejs16.x',
88
'nodejs12.x',
99
],
1010
python: [

0 commit comments

Comments
 (0)