diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e6d03e..a65c34a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,10 +24,10 @@ jobs: - name: Set node uses: actions/setup-node@v6 with: - node-version-file: lts/* + node-version-file: .nvmrc registry-url: 'https://registry.npmjs.org' - - run: npx changelogithub@0.12 + - run: npx changelogithub env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..1a2f5bd --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +lts/* \ No newline at end of file