Skip to content

Commit

Permalink
fix(skip-release): fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sakitam-fdd committed Jan 17, 2024
1 parent 139e54e commit 4e982bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
${{ runner.os }}-${{ matrix.node-version }}-test-
${{ runner.os }}-
- name: Install pnpm
run: npm i -g pnpm@7.14.0
run: npm i -g pnpm@8.6.5

- name: Install deps
run: pnpm i
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
${{ runner.os }}-${{ matrix.node-version }}-release-${{ env.cache-name }}-
${{ runner.os }}-${{ matrix.node-version }}-release-
${{ runner.os }}-
- run: npm i -g pnpm@7.14.0
- run: npm i -g pnpm@8.6.5
- run: pnpm i
- run: pnpm semantic-release
env:
Expand All @@ -105,7 +105,7 @@ jobs:
${{ runner.os }}-${{ matrix.node-version }}-release-${{ env.cache-name }}-
${{ runner.os }}-${{ matrix.node-version }}-release-
${{ runner.os }}-
- run: npm i -g pnpm@7.14.0
- run: npm i -g pnpm@8.6.5
- run: pnpm i
- run: pnpm prepublishOnly
- run: node multirelease.cjs
Expand Down Expand Up @@ -133,9 +133,9 @@ jobs:
${{ runner.os }}-${{ matrix.node-version }}-release-${{ env.cache-name }}-
${{ runner.os }}-${{ matrix.node-version }}-release-
${{ runner.os }}-
- run: npm i -g pnpm@7.14.0
- run: npm i -g pnpm@8.6.5
- run: pnpm i
- run: pnpm run build:docs
- run: pnpm run build:docusaurus

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -54,6 +54,7 @@
"build:minify": "rollup --config rollup.config.ts --configPlugin esbuild --environment MINIFY,NODE_ENV:production && pnpm run --filter=./adapters/* -r build:minify",
"build:analyze": "cross-env BUILD_ANALYZER=true pnpm run build",
"build:docs": "pnpm run build && cd documents && pnpm run api && pnpm run build",
"build:docusaurus": "pnpm run build && cd documents && pnpm run build",
"lint": "eslint src --ext js,jsx,ts,tsx",
"prepublishOnly": "npm run build && npm run build:minify",
"test": "npm run build && npm run test-only",
Expand Down

0 comments on commit 4e982bd

Please sign in to comment.