diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87e4ad3..1ac6313 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Install Dependencies - run: pnpm i + run: pnpm install --no-frozen-lockfile - name: PNPM build run: pnpm run build diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 23db616..7b4b59c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,13 +12,13 @@ importers: specifier: 1.0.2 version: 1.0.2(eslint-plugin-vue@9.20.1)(eslint@8.56.0)(typescript@5.3.3)(vue-eslint-parser@9.4.0) '@soybeanjs/eslint-config': - specifier: ^1.1.6 + specifier: 1.1.6 version: 1.1.6(eslint-plugin-vue@9.20.1)(eslint@8.56.0)(typescript@5.3.3)(vue-eslint-parser@9.4.0) eslint: specifier: 8.56.0 version: 8.56.0 eslint-plugin-vue: - specifier: ^9.20.1 + specifier: 9.20.1 version: 9.20.1(eslint@8.56.0) simple-git-hooks: specifier: 2.9.0 @@ -30,7 +30,7 @@ importers: specifier: 5.3.3 version: 5.3.3 vue-eslint-parser: - specifier: ^9.4.0 + specifier: 9.4.0 version: 9.4.0(eslint@8.56.0) examples/template-vue: