Skip to content

Commit

Permalink
Merge branch 'main' into feat/prompt_for_json_forms
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhnm committed Jan 2, 2024
2 parents 8b0bf5f + f88dd56 commit e8fb0ed
Show file tree
Hide file tree
Showing 5 changed files with 631 additions and 956 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dry-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: npm run build
- name: Build vsce package
run: vsce package --out miranum-copilot.vsix
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: miranum-copilot
path: ./miranum-copilot.vsix
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: npm install
- name: Build
run: npm run build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: miranum-copilot
path: |
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
with:
node-version: '16'
registry-url: 'https://registry.npmjs.org'
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: miranum-copilot
- name: Prepare
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18
Loading

0 comments on commit e8fb0ed

Please sign in to comment.