Skip to content

Commit

Permalink
Apimgmt 558 (#470)
Browse files Browse the repository at this point in the history
* chore: update CI

* chore: update CIv2

* chore: update CI print path

* chore: update CI print path v2

* chore: update CI fix path for codegen

* chore: update python version

* chore: update setup-python and setup-node

---------

Co-authored-by: Marcin Jarczewski <[email protected]>
  • Loading branch information
Percival33 and Marcin Jarczewski authored Oct 22, 2024
1 parent c2bfe63 commit 92d3316
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10

# We use node 18
# We use node 18 and Python 3.12
strategy:
matrix:
node-version: [ 18.x ]
python-version: [ 3.8 ]
python-version: [ 3.12 ]

# The following steps are performed for each lint job
steps:
- name: Check out the repository
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -45,7 +45,7 @@ jobs:
pip install yamllint
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down Expand Up @@ -202,10 +202,11 @@ jobs:
uses: actions/checkout@v4
with:
path: box-openapi
# TODO: remove `ref`
ref: apimgmt-558

- name: Set up Node.js 20.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.x

Expand Down

0 comments on commit 92d3316

Please sign in to comment.