Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
- 'docs/**'
- '*.md'

permissions:
contents: read

jobs:
test-regression-check-node10:
name: Test compatibility with Node.js 10
Expand Down Expand Up @@ -48,9 +51,6 @@ jobs:
NODE_OPTIONS: no-network-family-autoselection

test:
permissions:
contents: write
pull-requests: write
needs:
- test-regression-check-node10
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5
Expand Down