diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 810dbe5..a9d00be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,15 @@ on: jobs: build-test: runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write steps: - uses: actions/checkout@v3 + - uses: actions/setup-node@v4 + with: + node-version: '22.x' + - run: npm ci - uses: ArtiomTr/jest-coverage-report-action@v2 id: coverage-utils-js with: