diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index 58b0650..9bd3a37 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -15,7 +15,14 @@ jobs: node-version: [18.x, 20.x] steps: - - uses: actions/checkout@v4 + - name: Checkout + uses: actions/checkout@v4 + + - uses: pnpm/action-setup@v4 + name: Install pnpm + with: + version: 9 + run_install: false - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 diff --git a/README.md b/README.md index 3daf840..241eed8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # drizzle-zero -Generate [Zero](https://github.com/rocicorp/mono) schemas from [Drizzle ORM](https://orm.drizzle.team) schemas. +Generate [Zero](https://zero.rocicorp.dev/) schemas from [Drizzle ORM](https://orm.drizzle.team) schemas. ## Installation