diff --git a/.github/workflows/aws-genai-cicd-suite.yml b/.github/workflows/aws-genai-cicd-suite.yml index aa42fdc..7c80317 100644 --- a/.github/workflows/aws-genai-cicd-suite.yml +++ b/.github/workflows/aws-genai-cicd-suite.yml @@ -28,8 +28,10 @@ jobs: with: node-version: '20' - - name: Install dependencies - run: npm ci + - name: Install dependencies @actions/core and @actions/github + run: | + npm install @actions/core + npm install @actions/github shell: bash # check if required dependencies @actions/core and @actions/github are installed