diff --git a/.github/workflows/github-ci.yml b/.github/workflows/github-ci.yml index 18f0f3cac..3a9cff0d8 100644 --- a/.github/workflows/github-ci.yml +++ b/.github/workflows/github-ci.yml @@ -29,7 +29,7 @@ jobs: needs: danger strategy: matrix: - node-version: [ 18.x ] + node-version: [ 20.x ] project: [ frontend, api, blockchain, provisioning ] defaults: run: @@ -44,7 +44,7 @@ jobs: needs: [ danger, lint ] strategy: matrix: - node-version: [ 18.x ] + node-version: [ 20.x ] project: [ frontend, @@ -77,7 +77,7 @@ jobs: needs: [ danger, lint, audit ] strategy: matrix: - node-version: [ 18.x ] + node-version: [ 20.x ] project: [ frontend, api ] defaults: run: