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,6 +1,6 @@
import plugins from '@lucide/rollup-plugins';
import dts from 'rollup-plugin-dts';
import pkg from './package.json' assert { type: 'json' };
import pkg from './package.json' with { type: 'json' };
const outputFileName = pkg.name;
const outputDir = 'dist';