diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba019d58..13c7d802 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,12 +16,8 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '18' - - uses: pnpm/action-setup@v4.0.0 - name: Install pnpm - id: pnpm-install - with: - version: 9.3.0 + node-version: '20' + - run: corepack enable - run: pnpm install - run: pnpm dev:prepare - run: pnpm lint diff --git a/package.json b/package.json index f6b34a1e..63c3bb59 100644 --- a/package.json +++ b/package.json @@ -123,9 +123,9 @@ "release-it": "^17.4.0", "typescript": "^5.5.2", "vitest": "^1.6.0", - "vue-tsc": "^2.0.19" + "vue-tsc": "^2.0.24" }, - "packageManager": "pnpm@9.3.0", + "packageManager": "pnpm@9.4.0", "release-it": { "git": { "commitMessage": "chore(release): release v${version}" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 619b39f8..fbc6fde9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -160,7 +160,7 @@ importers: specifier: ^1.6.0 version: 1.6.0(@types/node@20.14.9)(terser@5.31.1) vue-tsc: - specifier: ^2.0.19 + specifier: ^2.0.24 version: 2.0.24(typescript@5.5.2) playground: