diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ac1c115..b0d770c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,6 +4,8 @@ on: branches: - main pull_request: +permissions: + contents: read jobs: full: name: Node.js Latest Full @@ -24,8 +26,6 @@ jobs: run: pnpm install --frozen-lockfile --ignore-scripts - name: Run tests run: pnpm test - env: - FORCE_COLOR: 2 short: runs-on: ubuntu-latest strategy: @@ -51,5 +51,3 @@ jobs: run: pnpm install --frozen-lockfile --ignore-scripts - name: Run unit tests run: pnpm unit - env: - FORCE_COLOR: 2