Skip to content

Commit

Permalink
Fixed CI (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 authored Aug 12, 2024
1 parent 963187f commit 61ddb97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.15.x
- run: |
npm install --no-package-lock --no-save eslint
npm run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 17
node-version: 18.15.x
cache: "npm"
cache-dependency-path: package-lock.json
- name: Get release version
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

- Accept config type debugpy for detecting debugger port
[#137](https://github.com/metalbear-co/mirrord-vscode/issues/137)
- Fixed node version installed in the CI actions

## [3.60.0](https://github.com/metalbear-co/mirrord-vscode/tree/3.60.0) - 2024-07-05

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

0 comments on commit 61ddb97

Please sign in to comment.