Skip to content

Commit

Permalink
default is node 14, we have to bump to 16 (#956)
Browse files Browse the repository at this point in the history
* default is node 14, we have to bump to 16

* Update boba-publish-develop.yml login action
  • Loading branch information
InoMurko authored Jun 15, 2023
1 parent 358e668 commit 45ee40a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/boba-publish-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN_SECRET }}

- uses: actions/checkout@v2

- uses: actions/setup-node@v3
with:
node-version: 16
- name: yq - portable yaml processor
uses: mikefarah/yq@v4.34.1

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/boba-publish-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}

- uses: actions/checkout@v2

- uses: actions/setup-node@v3
with:
node-version: 16
- name: yq - portable yaml processor
uses: mikefarah/yq@v4.34.1

Expand Down

0 comments on commit 45ee40a

Please sign in to comment.