diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f1c6ed5..3d30119 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,8 +15,8 @@ jobs: node-version: '18.17.0' - run: | - npm ci - npm test + npm ci + npm test - uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 if: github.event_name == 'release' diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 77ae43c..98061f2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,8 +15,8 @@ jobs: node-version: '18.17.0' - run: | - node --version - npm --version - npm ci - npm run build - npm test + node --version + npm --version + npm ci + npm run build + npm test