Skip to content

Commit 8cc1ddd

Browse files
Stanzin7Stanfordy
andauthored
Reposition ExtensionShield SEO content (ExtensionShield#227)
Co-authored-by: Stanzin <snorzang65@gmail.com>
1 parent 7aea4fb commit 8cc1ddd

29 files changed

Lines changed: 1409 additions & 173 deletions

.github/workflows/seo-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: '18'
27+
node-version: '20'
2828
cache: 'npm'
2929
cache-dependency-path: frontend/package-lock.json
3030

@@ -72,4 +72,3 @@ jobs:
7272
repo: context.repo.repo,
7373
body: body
7474
});
75-

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ celerybeat.pid
150150
.env.local
151151
.env.*.local
152152
.venv
153+
env
153154
env/
154155
venv/
155156
ENV/

frontend/.nvmrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
20
2-
1+
20.19.0

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "Stanzin",
77
"license": "MIT",
88
"engines": {
9-
"node": ">=18.0.0"
9+
"node": ">=20.19.0"
1010
},
1111
"scripts": {
1212
"dev": "vite",
@@ -72,7 +72,7 @@
7272
"tailwind-merge": "^3.4.0",
7373
"tailwindcss": "^4.1.18",
7474
"tailwindcss-animate": "^1.0.7",
75-
"vite": "^7.3.2",
75+
"vite": "7.3.2",
7676
"vitest": "^3.2.4"
7777
},
7878
"overrides": {

0 commit comments

Comments
 (0)