diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index c8f8b0ea7..5b1e60f6b 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -35,6 +35,7 @@ jobs: fail-fast: false matrix: node: + - 14 - 16 - 18 os: [ubuntu-latest, macos-latest, windows-latest] diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 64e6cfd3a..1df31110c 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -35,6 +35,7 @@ jobs: fail-fast: false matrix: node: + - 14 - 16 - 18 os: [ubuntu-latest, macos-latest, windows-latest] @@ -108,7 +109,7 @@ jobs: run: npm run build - name: 🚢 Release - uses: cycjimmy/semantic-release-action@v2 + uses: cycjimmy/semantic-release-action@v3 with: extra_plugins: | @semantic-release/changelog diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 5eff80f5f..07e94f79d 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -35,7 +35,7 @@ jobs: run: npm run build - name: 🚢 Release - uses: cycjimmy/semantic-release-action@v2 + uses: cycjimmy/semantic-release-action@v3 with: dry_run: true extra_plugins: | diff --git a/package-lock.json b/package-lock.json index 523a10794..3bc58957e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "typescript": "^4.5.2" }, "engines": { - "node": ">=16" + "node": ">=14" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index 88739ac1c..934c54f76 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "url": "git+https://github.com/htmlhint/HTMLHint.git" }, "engines": { - "node": ">=16" + "node": ">=14" }, "license": "MIT", "main": "dist/htmlhint.js",