From c5019d9f8a3a8361c30086217b043f9ca418f453 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 25 Sep 2024 09:35:28 +0200 Subject: [PATCH] chore: minor updates --- .github/workflows/release.yml | 6 +++--- pkgx.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c6e6f5..cbe5df8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Release +name: CI on: push: @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - - name: Set Node.js + - name: Setup Node.js uses: actions/setup-node@v4 with: registry-url: 'https://registry.npmjs.org' @@ -43,6 +43,6 @@ jobs: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} - name: Create GitHub release - run: npx changelogithub + run: bunx changelogithub env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/pkgx.yaml b/pkgx.yaml index e438cf2..7b4d211 100644 --- a/pkgx.yaml +++ b/pkgx.yaml @@ -1,2 +1,2 @@ dependencies: - bun.sh: ^1.1.27 + bun.sh: ^1.1.29