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}}