Skip to content

Commit 5d5742e

Browse files
author
Дмитрий Макаров
committed
update nodejs version
1 parent 8083362 commit 5d5742e

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/deploy-to-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: "16"
19+
node-version: "22"
2020

2121
- name: Install dependencies
2222
run: npm install

svelte.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
22
import adapter from '@sveltejs/adapter-static';
33
/** @type {import('@sveltejs/kit').Config} */
44
const config = {
5-
// Consult https://svelte.dev/docs/kit/integrations
6-
// for more information about preprocessors
75
preprocess: vitePreprocess(),
86

97
kit: {
10-
// adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list.
11-
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
12-
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
138
adapter: adapter(
149
{
1510
fallback: 'index.html',

0 commit comments

Comments
 (0)