Skip to content

Commit 2c1dc06

Browse files
authored
Fix build issue
1 parent a8ab026 commit 2c1dc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js environment
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 14.x
17+
node-version: 18.x
1818
# Comes with npm 6. For newer Node, encountered: https://github.com/npm/cli/issues/3359
1919
- run: npm install -g @redocly/openapi-cli && npm install -g redoc-cli
2020
- run: npm install -g gh-openapi-docs

0 commit comments

Comments
 (0)