From ff25108ebc1f25160529a566d2b184e0dbb3a3a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 20:29:06 +0300 Subject: [PATCH] refactor: clean (#480) Co-authored-by: nikkeyl <131481562+nikkeyl@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- src/index.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ca03860..bccf26e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,7 +40,7 @@ jobs: - name: Set Up Node uses: actions/setup-node@v3 with: - node-version: '22.12.0' + node-version: latest - name: Set Up Bun uses: oven-sh/setup-bun@v2 diff --git a/src/index.ts b/src/index.ts index d29b9c8..ee0a30c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,3 @@ -// Template const message = async (string: string) => string; export { message };