Skip to content

Commit 1e44127

Browse files
authored
Update to node 20x (still for v1.6.0), update vsce (#49)
Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
1 parent b29bd2f commit 1e44127

3 files changed

Lines changed: 561 additions & 66 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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}}
@@ -63,7 +63,7 @@ jobs:
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}}
@@ -80,7 +80,7 @@ jobs:
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}}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
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",
@@ -67,7 +67,7 @@
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",

0 commit comments

Comments
 (0)