Skip to content

Commit cb98405

Browse files
committed
Update deps
1 parent 798fe77 commit cb98405

19 files changed

+2611
-3245
lines changed

.github/workflows/build.yml

+10-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
version: 8.15.3
1313
- uses: actions/setup-node@v2
1414
with:
15-
node-version: 21
15+
node-version: 22
1616
- run: pnpm run setup
1717
- run: pnpm run lint:ci
1818

@@ -27,7 +27,7 @@ jobs:
2727
version: 8.15.3
2828
- uses: actions/setup-node@v2
2929
with:
30-
node-version: 21
30+
node-version: 22
3131
- run: git submodule update --init --recursive
3232
- run: pnpm run setup
3333
- run: pnpm run build
@@ -39,6 +39,8 @@ jobs:
3939
INSVEX_ALLOWED_DIRS: '*'
4040
INSVEX_THUMB_DIR: thumbs
4141
INSVEX_THUMB_SIZE: 256
42+
INSVEX_PUBLIC_HOST: ''
43+
INSVEX_PUBLIC_PORT: ''
4244
INSVEX_BUILDCONFIG_SPA: false
4345
INSVEX_BUILDCONFIG_SPA_EXCLUDED_FILES: ''
4446
INSVEX_BUILDCONFIG_DIRECTORY_INDEX_NAME: ''
@@ -61,7 +63,7 @@ jobs:
6163
version: 8.15.3
6264
- uses: actions/setup-node@v2
6365
with:
64-
node-version: 21
66+
node-version: 22
6567
- run: git submodule update --init --recursive
6668
- run: pnpm run setup
6769
- run: pnpm run build
@@ -73,6 +75,8 @@ jobs:
7375
INSVEX_ALLOWED_DIRS: '*'
7476
INSVEX_THUMB_DIR: thumbs
7577
INSVEX_THUMB_SIZE: 256
78+
INSVEX_PUBLIC_HOST: ''
79+
INSVEX_PUBLIC_PORT: ''
7680
INSVEX_BUILDCONFIG_SPA: 'true'
7781
INSVEX_BUILDCONFIG_SPA_EXCLUDED_FILES: ''
7882
INSVEX_BUILDCONFIG_DIRECTORY_INDEX_NAME: ''
@@ -102,7 +106,7 @@ jobs:
102106
version: 8.15.3
103107
- uses: actions/setup-node@v2
104108
with:
105-
node-version: 21
109+
node-version: 22
106110
- run: git submodule update --init --recursive
107111
- run: pnpm run setup
108112
- run: pnpm run build:spa
@@ -114,6 +118,8 @@ jobs:
114118
INSVEX_ALLOWED_DIRS: '*'
115119
INSVEX_THUMB_DIR: thumbs
116120
INSVEX_THUMB_SIZE: 256
121+
INSVEX_PUBLIC_HOST: ''
122+
INSVEX_PUBLIC_PORT: ''
117123
INSVEX_BUILDCONFIG_SPA: 'true'
118124
INSVEX_BUILDCONFIG_SPA_EXCLUDED_FILES: ''
119125
INSVEX_BUILDCONFIG_DIRECTORY_INDEX_NAME: 'index.json'

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21
1+
22

backend/.eslintrc.cjs

-238
This file was deleted.

0 commit comments

Comments
 (0)