build: use Node.js =20.3.0 for local dev env (#9204)

This commit is contained in:
Vladimír Gorej
2023-09-13 10:54:06 +02:00
committed by GitHub
parent d89726a24b
commit aea093dbf8
6 changed files with 9 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Prepare SwaggerUI dist
run: |