Skip to content

Commit

Permalink
KXI-33125: Reset version number plus cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cterry45 committed Jan 29, 2024
1 parent 50f399e commit 9ed2662
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-sec-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
- name: Install dependencies
run: npm ci --include=dev
- name: Publish to VSCode Marketplace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
- name: Install dependencies
run: npm ci --include=dev
- name: Build VSIX file
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "kdb",
"description": "IDE support for kdb product suite",
"publisher": "KX",
"version": "9.2.1",
"version": "1.2.0",
"engines": {
"vscode": "^1.75.0"
},
Expand Down

0 comments on commit 9ed2662

Please sign in to comment.