From 39f3377176818887d4f787b9f1975a5de2e95852 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 25 Jun 2026 13:06:43 +0100 Subject: [PATCH] Fix broken build and wrong x link --- .github/workflows/ci.yml | 2 -- .nvmrc | 1 + docs/pnpm-workspace.yaml | 6 +++--- package.json | 1 + readme.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 .nvmrc diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4b36df..650e9cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,6 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - with: - version: 9 - uses: actions/setup-node@v4 with: diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..2bd5a0a --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +22 diff --git a/docs/pnpm-workspace.yaml b/docs/pnpm-workspace.yaml index 29a103f..2c34b07 100644 --- a/docs/pnpm-workspace.yaml +++ b/docs/pnpm-workspace.yaml @@ -1,5 +1,5 @@ -allowBuilds: - esbuild: true - sharp: set this to true or false onlyBuiltDependencies: - esbuild +allowBuilds: + esbuild: true + sharp: false diff --git a/package.json b/package.json index 284c83c..55491a6 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "license": "MIT", "private": false, "version": "1.5.0", + "packageManager": "pnpm@11.9.0", "main": "./dist/driver.js.cjs", "module": "./dist/driver.js.mjs", "types": "./dist/driver.js.d.ts", diff --git a/readme.md b/readme.md index 6c0aa53..e080848 100644 --- a/readme.md +++ b/readme.md @@ -73,4 +73,4 @@ Feel free to submit pull requests, create issues or spread the word. ## License -MIT © [Kamran Ahmed](https://twitter.com/kamrify) +MIT © [Kamran Ahmed](https://twitter.com/nilbuild)