From 06d6946b5da83cd746cef12d90f0973c5fbce3c3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 31 Jan 2024 18:57:36 -0800 Subject: ci(vercel): unpin nodejs --- package.json | 3 --- svelte.config.js | 1 - 2 files changed, 4 deletions(-) diff --git a/package.json b/package.json index 0f4a7e98..0e2147c0 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,5 @@ "svelte-i18n": "^4.0.0", "svelte-notifications": "^0.9.98", "wanakana": "^5.3.1" - }, - "engines": { - "node": "18.x" } } diff --git a/svelte.config.js b/svelte.config.js index 1019e5ef..81ebfc0d 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -19,7 +19,6 @@ const config = { $stores: './src/stores' } }, - runtime: 'nodejs18.x', split: true }; -- cgit v1.2.3