Skip to content

Commit

Permalink
build: use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Mar 14, 2024
1 parent ee3b7f3 commit a91609c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/docs/.npmrc
@@ -1,2 +1,2 @@
engine-strict=true
engine-strict=false # vercel
resolution-mode=highest
2 changes: 1 addition & 1 deletion packages/docs/svelte.config.js
Expand Up @@ -23,7 +23,7 @@ const config = {
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter({
runtime: 'nodejs20.x'
runtime: 'nodejs18.x'
})
}
};
Expand Down

0 comments on commit a91609c

Please sign in to comment.