Skip to content

Commit

Permalink
Merge pull request #4 from huangjien/nativeUI
Browse files Browse the repository at this point in the history
fix github action
  • Loading branch information
huangjien authored Jun 3, 2024
2 parents fcad7de + d86b345 commit 8e5eaea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22

- run: npm install --legacy-peer-deps
- run: npm install
- run: npm install -g @vscode/vsce
- run: npm run prepublish
- run: vsce package
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [v0.2.18]
## [v0.2.19]

### New Feature

Expand Down
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": "jenkins-log-reader",
"displayName": "jenkins-log-reader",
"description": "read jenkins log, analyse with local AI.",
"version": "0.2.18",
"version": "0.2.19",
"engines": {
"vscode": "^1.89.0"
},
Expand Down

0 comments on commit 8e5eaea

Please sign in to comment.