We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16152c commit be4a8b3Copy full SHA for be4a8b3
.github/workflows/fern-scribe.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup Node.js
24
uses: actions/setup-node@v4
25
with:
26
- node-version: '18'
+ node-version: '20'
27
cache: 'npm'
28
cache-dependency-path: .github/scripts/package.json
29
0 commit comments