Skip to content

Commit

Permalink
Merge branch 'main' into vite-node/hmr
Browse files Browse the repository at this point in the history
  • Loading branch information
poyoho committed Jun 20, 2022
2 parents 54ef5b8 + ebda666 commit 05683b9
Show file tree
Hide file tree
Showing 52 changed files with 2,457 additions and 2,771 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/release.yml
Expand Up @@ -13,21 +13,10 @@ jobs:
with:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Set node version to v16
uses: actions/setup-node@v3
- uses: actions/setup-node@v3
with:
node-version: 16

# - run: pnpm i -g @antfu/ni
# - run: nci
# - run: nr test --if-present
# - run: npm publish --access public
# env:
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
node-version: 16.x

- run: npx conventional-github-releaser -p angular
- run: npx changelogithub
env:
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion bench/package.json
Expand Up @@ -16,7 +16,7 @@
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
"markdown-table": "^3.0.2",
"microtime": "^3.0.0",
"microtime": "^3.1.0",
"vitest": "link:../packages/vitest"
}
}

0 comments on commit 05683b9

Please sign in to comment.