Skip to content

Commit 235b527

Browse files
Merge pull request #12 from TheDragonCode/1.x
Fixed compilation error
2 parents 10b4395 + a53ae3e commit 235b527

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 18
17+
node-version: 20
1818
registry-url: https://registry.npmjs.org/
1919
- name: Git setup
2020
run: |

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"lib/node"
3737
],
3838
"engines": {
39-
"node": ">=18.14"
39+
"node": ">=20.9"
4040
},
4141
"scripts": {
4242
"dev": "vite",
@@ -49,13 +49,13 @@
4949
},
5050
"devDependencies": {
5151
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
52-
"@types/node": "^18.14.1",
52+
"@types/node": "^20.9.2",
5353
"@vuepress/core": "^2.0.0-rc.0",
5454
"@vuepress/utils": "^2.0.0-rc.0",
5555
"bumpp": "^9.0.0",
56-
"rimraf": "^4.1.2",
56+
"rimraf": "^5.0.5",
5757
"tsconfig-vuepress": "^4.0.4",
58-
"typescript": "^4.9.5",
59-
"vite": "^4.5.0"
58+
"typescript": "^5.2.2",
59+
"vite": "^5.0.0"
6060
}
6161
}

0 commit comments

Comments
 (0)