Skip to content

Commit

Permalink
0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
corker committed Aug 25, 2024
1 parent 4f3eea4 commit 48fa0c3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 16
node-version: 20
- run: npm ci
- run: npm run lint
- uses: GabrielBB/xvfb-action@master
Expand All @@ -41,12 +41,12 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 16
node-version: 20
- run: npm ci
- run: npm run compile
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true
- run: npm i -g vsce
- run: npm i -g @vscode/vsce
- run: vsce publish -p ${{ secrets.PUBLISHER_TOKEN }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Bug-fixes within the same version aren't needed
## Master
-->
### 0.1.23

* Fix error when missing name in the environment file

### 0.1.21

* Limit extension activation events
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ channels:
- conda-forge

dependencies:
- nodejs=16
- nodejs=20
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-micromamba",
"displayName": "Micromamba",
"description": "Make conda environments with micromamba.",
"version": "0.1.22",
"version": "0.1.23",
"publisher": "corker",
"engines": {
"vscode": "^1.82.0"
Expand Down

0 comments on commit 48fa0c3

Please sign in to comment.