1
0
mirror of https://github.com/theoludwig/kysely-typegen.git synced 2026-05-22 16:23:25 +02:00

ci: configure npm OIDC trusted publishing

This commit is contained in:
2026-05-20 22:24:50 +02:00
parent 303add091c
commit 3d2563a6ad
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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"