Skip to content

Commit

Permalink
Fix version: 9 for CI, and no npm package in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed May 28, 2024
1 parent 6d366f5 commit 8827def
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: Prepare
runs:
steps:
- uses: pnpm/action-setup@v2
with:
version: 9
- uses: actions/setup-node@v4
with:
cache: pnpm
Expand Down
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,13 @@
<!-- prettier-ignore-end -->
<a href="https://github.com/JoshuaKGoldberg/SquiggleConf/blob/main/.github/CODE_OF_CONDUCT.md" target="_blank"><img alt="🤝 Code of Conduct: Kept" src="https://img.shields.io/badge/%F0%9F%A4%9D_code_of_conduct-kept-21bb42" /></a>
<a href="https://github.com/JoshuaKGoldberg/SquiggleConf/blob/main/LICENSE.md" target="_blank"><img alt="📝 License: MIT" src="https://img.shields.io/badge/%F0%9F%93%9D_license-MIT-21bb42.svg"></a>
<a href="http://npmjs.com/package/SquiggleConf"><img alt="📦 npm version" src="https://img.shields.io/npm/v/SquiggleConf?color=21bb42&label=%F0%9F%93%A6%20npm" /></a>
<img alt="💪 TypeScript: Strict" src="https://img.shields.io/badge/%F0%9F%92%AA_typescript-strict-21bb42.svg" />
</p>

## Usage

```shell
npm i SquiggleConf
```

```ts
import { greet } from "SquiggleConf";

greet("Hello, world! 💖");
pnpm dev
```

## Contributors
Expand Down

0 comments on commit 8827def

Please sign in to comment.