We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f32737 commit cb31071Copy full SHA for cb31071
1 file changed
.github/workflows/updated_openapi.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Node.js
19
uses: actions/setup-node@v3
20
with:
21
- node-version: '18' # Use the version of Node.js your project requires
+ node-version: '20'
22
23
- name: Install dependencies
24
working-directory: website
0 commit comments