Compare commits
3 Commits
77e4df420e
...
0.0.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
a31a1bd3e2
|
|||
|
d6450fd597
|
|||
|
c4f97e252d
|
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: '23.9.0'
|
||||
|
||||
# Step 3: Install jq for JSON parsing
|
||||
- name: Install jq
|
||||
@@ -80,5 +80,5 @@ jobs:
|
||||
curl -X POST \
|
||||
-H "Authorization: token ${{ gitea.token }}" \
|
||||
-H "Content-Type: application/octet-stream" \
|
||||
--data-binary @"prompter/$VSIX_FILE" \
|
||||
--data-binary @"$VSIX_FILE" \
|
||||
https://git.bhakat.dev/api/v1/repos/abhishekbhakat/Prompter/releases/$RELEASE_ID/assets?name=$VSIX_FILE
|
||||
|
||||
@@ -97,6 +97,7 @@
|
||||
"@typescript-eslint/parser": "^8.25.0",
|
||||
"@vscode/test-cli": "^0.0.10",
|
||||
"@vscode/test-electron": "^2.4.1",
|
||||
"ajv": "^8.17.0",
|
||||
"eslint": "^9.21.0",
|
||||
"ts-loader": "^9.5.2",
|
||||
"typescript": "^5.7.3",
|
||||
|
||||
Reference in New Issue
Block a user