Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann authored Mar 22, 2022
1 parent 487ea37 commit 610cca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest
if: github.repository_owner == 'Apicurio'
steps:
- name: Set up Node.js v10
- name: Set up Node.js v14
uses: actions/setup-node@v1
with:
node-version: 10
node-version: 14
- name: Set up JDK 11
uses: AdoptOpenJDK/install-jdk@v1
with:
Expand Down

0 comments on commit 610cca7

Please sign in to comment.