File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 fetch-depth : 0
2222 - uses : actions/setup-node@v4
2323 with :
24- node-version : 14 .x
24+ node-version : 20 .x
2525 - name : Build
2626 env :
2727 GITHUB_TOKEN : ${{github.token}}
6363 path : artifacts
6464 - uses : actions/setup-node@v4
6565 with :
66- node-version : 14 .x
66+ node-version : 20 .x
6767 - name : Publish
6868 run : |
6969 npx ovsx publish -i artifacts/*/*.vsix -p ${{secrets.OPEN_VSX_TOKEN}}
8080 path : artifacts
8181 - uses : actions/setup-node@v4
8282 with :
83- node-version : 14 .x
83+ node-version : 20 .x
8484 - name : Publish
8585 run : |
8686 npx vsce publish -i artifacts/*/*.vsix -p ${{secrets.VS_MARKETPLACE_TOKEN}}
Original file line number Diff line number Diff line change 5757 "xmlbuilder2" : " ^3.0.0"
5858 },
5959 "devDependencies" : {
60- "@types/node" : " ^12. 20.0 " ,
60+ "@types/node" : " ^20.17.17 " ,
6161 "@types/throttle-debounce" : " 5.0.2" ,
6262 "@types/react" : " ^18.0.26" ,
6363 "@types/react-dom" : " ^18.0.9" ,
6767 "@typescript-eslint/eslint-plugin" : " ^5.49.0" ,
6868 "@typescript-eslint/parser" : " ^5.49.0" ,
6969 "@vscode/debugprotocol" : " ^1.59.0" ,
70- "@vscode/vsce" : " ^2.17.0 " ,
70+ "@vscode/vsce" : " ^3.2.2 " ,
7171 "buffer" : " ^6.0.3" ,
7272 "css-loader" : " ^6.9.0" ,
7373 "eslint" : " ^8.33.0" ,
You can’t perform that action at this time.
0 commit comments