Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
furknyavuz committed Jun 10, 2022
1 parent 4710217 commit 8d2669f
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron-dependency-checker-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16

- name: NPM Install
run: npm i
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-version-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16

- name: Bump Version and Create Tag
uses: phips28/gh-action-bump-version@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-open-to-master-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16

- name: Install Newman
run: |
Expand Down
2 changes: 1 addition & 1 deletion .run/install.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="install" type="js.build_tools.npm">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="install" />
<node-interpreter value="project" />
<node-interpreter value="/usr/local/bin/node" />
<envs>
<env name="PORT" value="4000" />
<env name="ACCESS_TOKEN_SECRET" value="443f000de3bb0f2cc55c86f7f4de55cf4b3cbb2e87a87f0a9eda4e7325429d070f6b7873efa098e577820a9c237b05f608654a5ecefd700961a4ac3deb84c6a0" />
Expand Down
2 changes: 1 addition & 1 deletion .run/outdated.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<scripts>
<script value="outdated" />
</scripts>
<node-interpreter value="project" />
<node-interpreter value="/usr/local/bin/node" />
<envs />
<method v="2" />
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion .run/postmanDevelop.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script value="postmanDevelop" />
</scripts>
<arguments value="--adminAuthToken=admin-auth-token=${OTH_ADMIN_AUTH_TOKEN} --responseEncryptionSecret=response-encryption-secret=${OTH_RESPONSE_ENCRYPTION_SECRET}" />
<node-interpreter value="project" />
<node-interpreter value="/usr/local/bin/node" />
<envs />
<method v="2" />
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion .run/postmanLocal.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script value="postmanLocal" />
</scripts>
<arguments value="--adminAuthToken=admin-auth-token=${OTH_ADMIN_AUTH_TOKEN} --responseEncryptionSecret=response-encryption-secret=${OTH_RESPONSE_ENCRYPTION_SECRET}" />
<node-interpreter value="project" />
<node-interpreter value="/usr/local/bin/node" />
<envs />
<method v="2" />
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion .run/start.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<scripts>
<script value="start" />
</scripts>
<node-interpreter value="project" />
<node-interpreter value="/usr/local/bin/node" />
<envs />
<method v="2" />
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion .run/startLocal.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<scripts>
<script value="startLocal" />
</scripts>
<node-interpreter value="project" />
<node-interpreter value="/usr/local/bin/node" />
<envs />
<method v="2" />
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion .run/update.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="update" type="js.build_tools.npm">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="update" />
<node-interpreter value="project" />
<node-interpreter value="/usr/local/bin/node" />
<envs />
<method v="2" />
</configuration>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"outdated": "node dependency-checker.ts > docs/OUTDATED.md"
},
"dependencies": {
"@open-template-hub/common": "^4.0.1",
"@open-template-hub/common": "^4.0.2",
"@types/bcrypt": "^5.0.0",
"@types/capitalize": "^2.0.0",
"@types/cors": "^2.8.9",
Expand All @@ -28,8 +28,8 @@
"express": "^4.18.1",
"express-promise-router": "^4.1.1",
"oauth-1.0a": "^2.2.6",
"ts-node": "^10.8.0",
"typescript": "^4.7.2",
"ts-node": "^10.8.1",
"typescript": "^4.7.3",
"uuid": "^8.3.2"
},
"devDependencies": {
Expand Down

0 comments on commit 8d2669f

Please sign in to comment.