mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 14:57:42 +01:00
ci(node): Use correct node version (#2877)
* ci(node): Use correct node version * Remove overrides * update lock file * Change assert to with * Remove duplicated version
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import plugins, { replace } from '@lucide/rollup-plugins';
|
||||
import pkg from './package.json' assert { type: 'json' };
|
||||
import pkg from './package.json' with { type: 'json' };
|
||||
import dts from 'rollup-plugin-dts';
|
||||
|
||||
const packageName = 'LucideVueNext';
|
||||
|
||||
Reference in New Issue
Block a user