Skip to content

Commit 626a625

Browse files
committed
update babel configs
1 parent 33a717b commit 626a625

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/internal-lib-build/configs/babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const config = {
1010
require('@babel/preset-env'),
1111
{
1212
targets: {
13-
node: 18
13+
node: 20
1414
}
1515
}
1616
],

packages/pwa-kit-dev/src/configs/babel/babel-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const config = {
1111
require('@babel/preset-env'),
1212
{
1313
targets: {
14-
node: 18
14+
node: 20
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)