diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 711cb20..0509466 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,19 +8,21 @@ on: tags: - 'v*' branches: [main] + workflow_dispatch: # Allows manual triggering of the workflow jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - name: Set node + uses: actions/setup-node@v4 with: - check-latest: true - node-version-file: '.nvmrc' + registry-url: https://registry.npmjs.org/ + node-version: lts/* - run: npx changelogithub env: diff --git a/package.json b/package.json index 0a18d77..db1379b 100644 --- a/package.json +++ b/package.json @@ -99,8 +99,7 @@ "typescript": "5.2.2" }, "engines": { - "pnpm": ">=9.x", - "node": ">=18.17.x" + "pnpm": ">=9.x" }, "packageManager": "pnpm@9.6.0" }