diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 10bb5ee..5c72652 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,6 +2,10 @@ name: CI on: - push - pull_request + +permissions: + contents: read # to fetch code (actions/checkout) + jobs: test: name: Node.js ${{ matrix.node-version }}