From bb1cf4b3c25312a0d9ad1c962cb461cf9f2f9282 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 3 Apr 2026 03:03:08 +0200 Subject: [PATCH] chore: update release gh action --- .github/workflows/release.yml | 4 ++-- .nvmrc | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .nvmrc 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