Skip to content

Commit

Permalink
Merge pull request #843 from jibees/upgrade-to-latest-node-version
Browse files Browse the repository at this point in the history
Upgrade to latest `yarn` version + upgrade all GH actions
  • Loading branch information
jibees authored Nov 25, 2022
2 parents b5709e5 + b1f074e commit 6a78857
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '2.7'
python-version: '3.8.2'

- name: Set up Ansible
run: |
Expand All @@ -27,11 +27,11 @@ jobs:
playbook-tests:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '2.7'
python-version: '3.8.2'

- name: Set up Ansible
run: |
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Cache Ruby binary compiling
id: cache-ruby
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.rbenv
key: ${{ runner.os }}-ruby-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion inventory/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ debezium_version: "0.10.0.Final"
npm_prefix: "/usr/local/lib/npm"

node_version: 14.x
yarn_version: 1.22.4
yarn_version: 1.22.19 # use the last stable version

#----------------------------------------------------------------------
# App variables
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ansible==2.9.20
ansible-lint==4.2.0
yamllint==1.21.0
jinja2<3.1

0 comments on commit 6a78857

Please sign in to comment.