Skip to content

Commit

Permalink
refactor: clean (#480)
Browse files Browse the repository at this point in the history
Co-authored-by: nikkeyl <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Dec 22, 2024
1 parent 1cf0392 commit ff25108
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Template
const message = async (string: string) => string;

export { message };

0 comments on commit ff25108

Please sign in to comment.