diff --git a/.github/actions/main-action/action.yml b/.github/actions/main-action/action.yml index 2835f1bc..a1a19aa1 100644 --- a/.github/actions/main-action/action.yml +++ b/.github/actions/main-action/action.yml @@ -169,7 +169,7 @@ runs: TWILIO_AUTH_TOKEN: ${{ inputs.auth-token }} shell: bash - name: Run deploy - run: twilio serverless:deploy --runtime=node20 --service-name=serverless --environment=production --force + run: twilio serverless:deploy --runtime=node22 --service-name=serverless --environment=production --force env: TWILIO_ACCOUNT_SID: ${{ inputs.account-sid }} TWILIO_AUTH_TOKEN: ${{ inputs.auth-token }} @@ -206,4 +206,4 @@ runs: environment: ${{ inputs.environment }} service_repo: 'serverless' version_tag: ${{ github.ref_name }} - \ No newline at end of file + diff --git a/.github/workflows/deploy-multiple-accounts.yml b/.github/workflows/deploy-multiple-accounts.yml index 6352e875..8dbb60c9 100644 --- a/.github/workflows/deploy-multiple-accounts.yml +++ b/.github/workflows/deploy-multiple-accounts.yml @@ -57,7 +57,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 22.x # Setup credentials to access AWS for parameters - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v6