diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 983f232..dd55e88 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,13 +27,18 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '20.12.0' - cache: 'yarn' + # cache: 'yarn' + + - uses: pnpm/action-setup@v4 + with: + version: 9 + run_install: false - name: install - run: yarn --frozen-lockfile + run: pnpm install --frozen-lockfile - name: build - run: yarn build + run: pnpm build # env: # BASE_PATH: /blog diff --git a/package.json b/package.json index 644b657..4fd8693 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "@solidjs/start": "1.0.1", "@vinxi/plugin-mdx": "3.7.1", "@wyw-in-js/vite": "0.5.3", + "@wyw-in-js/transform": "0.5.3", "babel-plugin-transform-remove-imports": "1.7.1", "classnames": "2.5.1", "cssnano": "6.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fbc20d9..4ef3d2f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,6 +35,9 @@ importers: '@vinxi/plugin-mdx': specifier: 3.7.1 version: 3.7.1(@mdx-js/mdx@3.0.1) + '@wyw-in-js/transform': + specifier: 0.5.3 + version: 0.5.3(typescript@5.4.5) '@wyw-in-js/vite': specifier: 0.5.3 version: 0.5.3(typescript@5.4.5)(vite@5.2.13(@types/node@20.14.2)(sass@1.77.4)(terser@5.31.1))