From cd11973b8847a18e42788176b804ea2007e3972f Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Fri, 18 Oct 2024 10:44:38 +0200 Subject: [PATCH] chore: require Node.js v22 Node.js v22 is becoming LTE soon: https://github.com/nodejs/release\#release-schedule --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7885024..f79aae4 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "20.x" + node-version: "22.x" # This will only work, if you've run `npx cdk deploy` once manually. - name: Configure AWS credentials