Skip to content

Commit

Permalink
Update node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
TaTo30 committed Aug 17, 2024
1 parent 633bf0d commit ed05173
Show file tree
Hide file tree
Showing 6 changed files with 658 additions and 368 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22

- name: Install packages
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
registry-url: https://registry.npmjs.org

- name: Install packages
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
optimizeDeps: {
esbuildOptions: {
supported: {
"top-level-await": true,
"top-level-await": true
},
},
},
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"sass": "^1.77.2",
"vitepress": "^1.2.2",
"vite": "^4.3.4"
"vite": "^4.3.4",
"vitepress": "^1.3.3"
}
}
Loading

0 comments on commit ed05173

Please sign in to comment.