From f46380fcd6e31bacf885a01fe83bb52e8cf54466 Mon Sep 17 00:00:00 2001 From: Makuza Mugabo Verite Date: Fri, 7 Apr 2023 14:03:52 +0200 Subject: [PATCH] feat: update --- .github/workflows/ci.yml | 5 +---- .github/workflows/release.yml | 5 ++--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b962144..d0d429e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} @@ -30,8 +30,5 @@ jobs: - name: install run: pnpm install - #- name: lint - # run: pnpm lint - - name: test run: pnpm test:ci diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 270ac4c..655f323 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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}}