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 a4edb18 commit d779594
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron-dependency-checker-workflow.yml
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
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 .run/install.run.xml
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 />
<method v="2" />
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion .run/outdated.run.xml
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/start.run.xml
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
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
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

0 comments on commit d779594

Please sign in to comment.