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:
Eric Fennis
2025-03-14 11:29:59 +01:00
committed by GitHub
parent 73a2c9da6c
commit 07f9d3ea79
26 changed files with 1177 additions and 1001 deletions

View File

@@ -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';