diff --git a/.github/workflows/lambda-shared-deploy.yaml b/.github/workflows/lambda-shared-deploy.yaml index 4628fcf..b5cb439 100644 --- a/.github/workflows/lambda-shared-deploy.yaml +++ b/.github/workflows/lambda-shared-deploy.yaml @@ -37,7 +37,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Use Node.js Current - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: 16.x - name: Configure AWS credentials