diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b341300..f7b1ab2 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -47,9 +47,10 @@ jobs: deploy-runner: runs-on: [ubuntu-latest] steps: - - uses: actions/setup-node@v2 - with: - node-version: '16' + + - name: Update Node.js to v16 + run : sudo apt-get install -y nodejs npm + - uses: iterative/setup-cml@v1 - uses: actions/checkout@v2 - name: 'Deploy runner in EC2'