From 2109983b2afa2d3e42924dfb3e1adc1c9caa9345 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 14:56:23 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .github/workflows/deploy.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a41d976..bafea20 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 22 cache: npm - run: npm ci - name: serverless deploy diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2853e97..23b9acf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,6 @@ jobs: - uses: actions/setup-node@v3 with: cache: npm - node-version: 16 + node-version: 22 - run: npm ci - run: npm test