From 8827def1d7b37a01bd4fbde60bed454aa581ff4a Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 28 May 2024 14:40:20 -0400 Subject: [PATCH] Fix version: 9 for CI, and no npm package in README.md --- .github/actions/prepare/action.yml | 2 ++ README.md | 9 +-------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/actions/prepare/action.yml b/.github/actions/prepare/action.yml index cb825e6..1c10c25 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -5,6 +5,8 @@ name: Prepare runs: steps: - uses: pnpm/action-setup@v2 + with: + version: 9 - uses: actions/setup-node@v4 with: cache: pnpm diff --git a/README.md b/README.md index b23a38a..c568061 100644 --- a/README.md +++ b/README.md @@ -10,20 +10,13 @@ 🤝 Code of Conduct: Kept 📝 License: MIT - 📦 npm version 💪 TypeScript: Strict

## Usage ```shell -npm i SquiggleConf -``` - -```ts -import { greet } from "SquiggleConf"; - -greet("Hello, world! 💖"); +pnpm dev ``` ## Contributors