diff --git a/.github/workflows/deploy-aws.yml b/.github/workflows/deploy-aws.yml index 971858a8..121b01af 100644 --- a/.github/workflows/deploy-aws.yml +++ b/.github/workflows/deploy-aws.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 - name: Cache node_modules uses: actions/cache@v4 @@ -73,7 +73,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 - name: Cache node_modules uses: actions/cache@v4