We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca253d4 commit 7fe9f4bCopy full SHA for 7fe9f4b
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
java -jar ${{ env.SWAGGER_CODEGEN_CLI_LOCAL_JAR }} generate -i ${{ env.SWAGGER_API_FILE }} -l nodejs-server -o ${{ env.OUT_NODEJS }}
84
85
- name: API Server Implementation - NodeJS
86
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v2
+ uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v2
87
with:
88
python-version: 3.8 #install the python needed
89
- name: Overlay NodeJS Server Implementation
0 commit comments