Skip to content

Commit d7800db

Browse files
authored
Merge pull request #376 from openmainframeproject/bump_versions_1
Bump versions 1
2 parents a02e41d + 7c0c667 commit d7800db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/DeployExtension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-node@v2
1919
with:
20-
node-version: 16
20+
node-version: 22
2121
- run: npm install
2222
- name: Publish to Visual Studio Marketplace
2323
uses: HaaLeo/publish-vscode-extension@v1

vs-code-extension/server/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"compilerOptions": {
33
"target": "es2019",
44
"lib": ["ES2019"],
5-
"module": "commonjs",
6-
"moduleResolution": "node",
5+
"module": "node16",
6+
"moduleResolution": "node16",
77
"sourceMap": true,
88
"strict": true,
99
"outDir": "out",

0 commit comments

Comments
 (0)