From 3d2563a6add3c8571d0c9aba7783390c697af77e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Wed, 20 May 2026 22:24:50 +0200 Subject: [PATCH] ci: configure npm OIDC trusted publishing --- .github/workflows/release.yml | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4de7c92..112772c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,8 @@ jobs: uses: "actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e" # v6.4.0 with: node-version: "24.15.0" - cache: "npm" + registry-url: "https://registry.npmjs.org" + package-manager-cache: false - name: "Install dependencies" run: "npm clean-install" diff --git a/package.json b/package.json index 8734614..1280647 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "author": "Théo LUDWIG ", "repository": { "type": "git", - "url": "https://github.com/theoludwig/kysely-typegen.git" + "url": "git+https://github.com/theoludwig/kysely-typegen.git" }, "files": [ "dist"