Skip to content

Commit eac8743

Browse files
committed
update action
1 parent 4f33050 commit eac8743

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate-openapi.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717

1818
- name: Set up Node.js
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v4
2020
with:
21-
node-version: '14'
21+
node-version: '20'
2222

2323
- name: Install OpenAPI CLI
2424
run: npm install -g @redocly/openapi-cli

0 commit comments

Comments
 (0)