Skip to content

Commit

Permalink
refactor: release (#479)
Browse files Browse the repository at this point in the history
Co-authored-by: nikkeyl <[email protected]>
  • Loading branch information
github-actions[bot] and nikkeyl authored Dec 22, 2024
1 parent 7e36be2 commit 8c30ab6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
fetch-depth: 0
token: ${{ steps.generate_token.outputs.token }}

- name: Set Up Node
uses: actions/setup-node@v3
with:
node-version: '22.12.0'

- name: Set Up Bun
uses: oven-sh/setup-bun@v2

Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Template
const message = async (string: string) => string;

export { message };

0 comments on commit 8c30ab6

Please sign in to comment.