Skip to content

Commit

Permalink
Make sure Java and Node is present. (#5829)
Browse files Browse the repository at this point in the history
  • Loading branch information
davinchia committed Sep 3, 2021
1 parent 9f2394d commit f3f1c21
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-airbyte-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-java@v1
with:
java-version: '14'

- uses: actions/setup-node@v1
with:
node-version: '14.7'
- name: Save Old Version
id: old_version
run: |
Expand Down

0 comments on commit f3f1c21

Please sign in to comment.