Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/fern-scribe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
cache: 'npm'
cache-dependency-path: .github/scripts/package.json

Expand Down