-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ updated node version for ci workflow and Dockerfile
- Loading branch information
1 parent
1b7fa3b
commit 104e80a
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
python-version: '3.10.8' | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: '12' | ||
node-version: '18' | ||
|
||
- name: Install OS dependencies | ||
run: | | ||
|
@@ -176,7 +176,7 @@ jobs: | |
- name: Use Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: '12' | ||
node-version: '18' | ||
- name: Install spectral | ||
run: npm install -g @stoplight/[email protected] | ||
- name: Run OAS linter | ||
|
@@ -194,7 +194,7 @@ jobs: | |
- name: Use Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: '12' | ||
node-version: '18' | ||
- name: Install dependencies | ||
run: npm install -g openapi-to-postmanv2 | ||
- name: Create tests folder | ||
|
@@ -214,7 +214,7 @@ jobs: | |
- name: Use Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: '12' | ||
node-version: '18' | ||
- name: Install dependencies | ||
run: npm install -g @openapitools/[email protected] | ||
- name: Validate schema | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters