Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:oceanprotocol/ocean-node into im…
Browse files Browse the repository at this point in the history
…prove-error-logs
  • Loading branch information
jamiehewitt15 committed Aug 1, 2024
2 parents 564639c + 17cff35 commit 108bc62
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: ['18.20.4', 'v20.16.0']
node-version: 'v20.16.0'
- name: Cache node_modules
uses: actions/cache@v2
env:
Expand All @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: ['18.20.4', 'v20.16.0']
node: ['18.20.4', 'v20.16.0', 'v22.5.1']

steps:
- uses: actions/checkout@v3
Expand All @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: ['18.20.4', 'v20.16.0']
node-version: 'v20.16.0'
- name: Cache node_modules
uses: actions/cache@v2
env:
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: ['18.20.4', 'v20.16.0']
node-version: 'v20.16.0'
- name: Cache node_modules
uses: actions/cache@v2
env:
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: ['18.20.4', 'v20.16.0']
node-version: 'v20.16.0'

- name: Cache node_modules
uses: actions/cache@v2
Expand Down

0 comments on commit 108bc62

Please sign in to comment.