Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/LinwoodCloud/Flow into d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
CodeDoctorDE committed Oct 23, 2023
2 parents eddf012 + d980820 commit 929635b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ jobs:
working-directory: app/build/macos/Build/Products/Release
run: zip --symlinks -qr linwood-flow-macos.zip flow.app
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install appdmg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install dependencies
Expand Down

0 comments on commit 929635b

Please sign in to comment.