diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 931cb130..bfd47b00 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1d37b6a4..bfcb2084 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index b469759d..8747a6a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index d7a38777..3b85adeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "mirrord", - "version": "3.60.1", + "version": "3.60.2", "dependencies": { "axios": "^1.4.0", "semver": "^7.5.4",