From 55ad55a1bb39ce651e168d0459bf18a417981882 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 26 Jun 2024 11:32:35 +0200 Subject: [PATCH] ci: frozen-lockfile --- .github/workflows/ci.yml | 2 +- pnpm-lock.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07f1deee..4279b572 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: node-version: lts/* cache: pnpm - - run: pnpm install + - run: pnpm install --frozen-lockfile - run: pnpm run lint - run: pnpm run test:types - run: pnpm run -r dev:prepare diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 14b8669b..eea5e39a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -130,7 +130,7 @@ importers: packages/nuxt: dependencies: '@nuxt/kit': - specifier: ^3.12.2 + specifier: ^3.9.0 version: 3.12.2(magicast@0.3.4)(rollup@4.18.0) pinia: specifier: '>=2.1.7' @@ -140,7 +140,7 @@ importers: specifier: ^0.8.0 version: 0.8.0(@nuxt/kit@3.12.2(magicast@0.3.4)(rollup@4.18.0))(nuxi@3.12.0)(typescript@5.4.3)(vue-tsc@2.0.13(typescript@5.4.3)) '@nuxt/schema': - specifier: ^3.12.2 + specifier: ^3.9.0 version: 3.12.2(rollup@4.18.0) '@nuxt/test-utils': specifier: ^3.13.1 @@ -9782,7 +9782,7 @@ snapshots: dependencies: acorn: 8.11.3 pathe: 1.1.2 - pkg-types: 1.0.3 + pkg-types: 1.1.1 ufo: 1.5.3 mlly@1.7.1: -- 2.47.2