Skip to content

Commit

Permalink
Upgrade node version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Baus committed Oct 25, 2024
1 parent 44750c2 commit d8975c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs: danger
strategy:
matrix:
node-version: [ 18.x ]
node-version: [ 20.x ]
project: [ frontend, api, blockchain, provisioning ]
defaults:
run:
Expand All @@ -44,7 +44,7 @@ jobs:
needs: [ danger, lint ]
strategy:
matrix:
node-version: [ 18.x ]
node-version: [ 20.x ]
project:
[
frontend,
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
needs: [ danger, lint, audit ]
strategy:
matrix:
node-version: [ 18.x ]
node-version: [ 20.x ]
project: [ frontend, api ]
defaults:
run:
Expand Down

0 comments on commit d8975c8

Please sign in to comment.