Skip to content

Commit

Permalink
chore: And another one
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-psx committed Sep 17, 2024
1 parent 520c2a1 commit 22bd37a
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 4,312 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
cache: yarn

- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Test build website
run: yarn build
run: yarn build
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"@docusaurus/preset-classic": "3.5.2",
"@mdx-js/react": "^3.0.0",
"clsx": "^1.2.1",
"docusaurus": "^1.14.7",
"prism-react-renderer": "^2.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand All @@ -38,7 +37,8 @@
"braces": "3.0.3",
"p-map": "7.0.2",
"del": "7.1.0",
"webpack": "5.94.0"
"webpack": "5.94.0",
"react-dev-utils": "12.0.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.5.2",
Expand Down
Loading

0 comments on commit 22bd37a

Please sign in to comment.