Skip to content

Commit 890c311

Browse files
ElMassimoSDRACK
authored andcommitted
chore: bump minimum requirement to node 18
1 parent afb8f79 commit 890c311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite-plugin-rails/tsup.config.ts

Lines changed: 1 addition & 1 deletion
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)