Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Alia5 committed May 8, 2024
1 parent 798fe77 commit cb98405
Show file tree
Hide file tree
Showing 19 changed files with 2,611 additions and 3,245 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
version: 8.15.3
- uses: actions/setup-node@v2
with:
node-version: 21
node-version: 22
- run: pnpm run setup
- run: pnpm run lint:ci

Expand All @@ -27,7 +27,7 @@ jobs:
version: 8.15.3
- uses: actions/setup-node@v2
with:
node-version: 21
node-version: 22
- run: git submodule update --init --recursive
- run: pnpm run setup
- run: pnpm run build
Expand All @@ -39,6 +39,8 @@ jobs:
INSVEX_ALLOWED_DIRS: '*'
INSVEX_THUMB_DIR: thumbs
INSVEX_THUMB_SIZE: 256
INSVEX_PUBLIC_HOST: ''
INSVEX_PUBLIC_PORT: ''
INSVEX_BUILDCONFIG_SPA: false
INSVEX_BUILDCONFIG_SPA_EXCLUDED_FILES: ''
INSVEX_BUILDCONFIG_DIRECTORY_INDEX_NAME: ''
Expand All @@ -61,7 +63,7 @@ jobs:
version: 8.15.3
- uses: actions/setup-node@v2
with:
node-version: 21
node-version: 22
- run: git submodule update --init --recursive
- run: pnpm run setup
- run: pnpm run build
Expand All @@ -73,6 +75,8 @@ jobs:
INSVEX_ALLOWED_DIRS: '*'
INSVEX_THUMB_DIR: thumbs
INSVEX_THUMB_SIZE: 256
INSVEX_PUBLIC_HOST: ''
INSVEX_PUBLIC_PORT: ''
INSVEX_BUILDCONFIG_SPA: 'true'
INSVEX_BUILDCONFIG_SPA_EXCLUDED_FILES: ''
INSVEX_BUILDCONFIG_DIRECTORY_INDEX_NAME: ''
Expand Down Expand Up @@ -102,7 +106,7 @@ jobs:
version: 8.15.3
- uses: actions/setup-node@v2
with:
node-version: 21
node-version: 22
- run: git submodule update --init --recursive
- run: pnpm run setup
- run: pnpm run build:spa
Expand All @@ -114,6 +118,8 @@ jobs:
INSVEX_ALLOWED_DIRS: '*'
INSVEX_THUMB_DIR: thumbs
INSVEX_THUMB_SIZE: 256
INSVEX_PUBLIC_HOST: ''
INSVEX_PUBLIC_PORT: ''
INSVEX_BUILDCONFIG_SPA: 'true'
INSVEX_BUILDCONFIG_SPA_EXCLUDED_FILES: ''
INSVEX_BUILDCONFIG_DIRECTORY_INDEX_NAME: 'index.json'
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21
22
238 changes: 0 additions & 238 deletions backend/.eslintrc.cjs

This file was deleted.

Loading

0 comments on commit cb98405

Please sign in to comment.