diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 767aac96..583b27c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,10 +16,12 @@ jobs: - uses: guardian/actions-assume-aws-role@v1.0.0 with: awsRoleToAssume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }} - - name: Use Node.js 14.15.5 - uses: actions/setup-node@v2.4.0 - with: - node-version: 14.15.5 + + # Node is needed for CDK + - name: Setup node + uses: guardian/actions-setup-node@v2.4.0 + + # Java is needed for the Scala Play app - name: Set up JDK 8 uses: actions/setup-java@v2 with: diff --git a/cdk/.nvmrc b/.nvmrc similarity index 100% rename from cdk/.nvmrc rename to .nvmrc