Skip to content

Commit

Permalink
WIP: fixing vsce ci
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Jul 20, 2024
1 parent a39055b commit a4fb2fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/vscodeext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Python setup
uses: actions/setup-python@v2
Expand All @@ -39,6 +39,8 @@ jobs:
run: |
cd VSCode/scriptsync
npm install
npm --version
npm list
vsce package
- name: Save artifact
Expand Down
4 changes: 2 additions & 2 deletions VSCode/scriptsync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "git",
"url": "https://github.com/ibois-epfl/script-sync"
},
"version": "1.2.1",
"version": "1.1.6",
"engines": {
"vscode": "^1.85.0"
},
Expand Down Expand Up @@ -65,4 +65,4 @@
"@vscode/test-cli": "^0.0.4",
"@vscode/test-electron": "^2.3.8"
}
}
}
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: script-sync
version: 1.2.2
version: 1.2.3
authors:
- Andrea Settimi
description: Script-sync is a Rhino plug-in to run C# and Python (IronPython or CPython) in RhinoV8.
Expand Down

0 comments on commit a4fb2fd

Please sign in to comment.