diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2022fb0..a99386a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,7 @@ jobs: with: node-version: 24 registry-url: https://registry.npmjs.org - package-manager-cache: false + cache: npm - name: Check npm version run: npm --version @@ -75,7 +75,7 @@ jobs: with: node-version: 24 registry-url: https://registry.npmjs.org - package-manager-cache: false + cache: npm - name: Check npm version run: npm --version diff --git a/package.json b/package.json index 8fa9beb..0827a1f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "utility" ], "license": "MIT", - "version": "0.16.0", + "version": "0.17.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",