Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Apr 7, 2023
1 parent 277b635 commit f46380f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
version: 7.16.1

- name: Use Node.js ${{ matrix.node-version }}
- name: ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
Expand All @@ -30,8 +30,5 @@ jobs:
- name: install
run: pnpm install

#- name: lint
# run: pnpm lint

- name: test
run: pnpm test:ci
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -16,9 +16,8 @@ jobs:
with:
node-version: "18"
registry-url: https://registry.npmjs.org/
- run: npm i -g pnpm @antfu/ni
- run: nci
- run: nr test --if-present
- run: npm install
- run: npm run test --if-present
- run: npx conventional-github-releaser -p angular
env:
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit f46380f

Please sign in to comment.