Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #147 from latitudegames/shaw-workflow-patch-1
Browse files Browse the repository at this point in the history
Update CI node version to 16
  • Loading branch information
parzival418 authored Mar 11, 2022
2 parents 3a1df3d + 771dcb9 commit 529bf12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/setup-node@v2
if: steps.core_diff.outcome != 'success' && (steps.no_thoth_core_label.outcome == 'success' || contains(github.event.pull_request.labels.*.name, 'thoth-core'))
with:
node-version: '14.17.6'
node-version: '16.14.0'

- name: Install Dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/thoth-core-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '14.17.6'
node-version: '16.14.0'
- name: git setup
run: |
git config --global user.name 'Thoth CI'
Expand Down

0 comments on commit 529bf12

Please sign in to comment.