Skip to content

Commit db5e116

Browse files
committed
chore: bump minimum requirement to node 18
1 parent a6534d7 commit db5e116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite-plugin-rails/tsup.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ export const tsup: Options = {
33
clean: true,
44
dts: true,
55
shims: true,
6-
target: 'node14',
6+
target: 'node18',
77
format: ['esm', 'cjs'],
88
}

0 commit comments

Comments
 (0)