Skip to content

Commit

Permalink
Merge pull request #12 from TheDragonCode/1.x
Browse files Browse the repository at this point in the history
Fixed compilation error
  • Loading branch information
andrey-helldar authored Nov 19, 2023
2 parents 10b4395 + a53ae3e commit 235b527
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/
- name: Git setup
run: |
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"lib/node"
],
"engines": {
"node": ">=18.14"
"node": ">=20.9"
},
"scripts": {
"dev": "vite",
Expand All @@ -49,13 +49,13 @@
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@types/node": "^18.14.1",
"@types/node": "^20.9.2",
"@vuepress/core": "^2.0.0-rc.0",
"@vuepress/utils": "^2.0.0-rc.0",
"bumpp": "^9.0.0",
"rimraf": "^4.1.2",
"rimraf": "^5.0.5",
"tsconfig-vuepress": "^4.0.4",
"typescript": "^4.9.5",
"vite": "^4.5.0"
"typescript": "^5.2.2",
"vite": "^5.0.0"
}
}

0 comments on commit 235b527

Please sign in to comment.