diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20f05ce..9727cc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - name: Set node version to 20 uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 20.20.0 cache: 'pnpm' - name: Prepare @@ -83,7 +83,7 @@ jobs: - name: Set node version to 20 uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 20.20.0 cache: 'pnpm' - name: Prepare diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1a07458..2b350a9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: - name: Set node version to 20 uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 20.20.0 cache: 'pnpm' - name: Prepare diff --git a/package.json b/package.json index a525719..cb8a070 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@typescript-nameof/types": "^0.0.7", "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0" }, - "packageManager": "pnpm@8.15.4", + "packageManager": "pnpm@8.15.9", "engines": { "node": "^16.13.0 || >=18.0.0", "npm": ">=7.0.0",