diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a41d976..0427e3f 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: 24 cache: npm - run: npm ci - name: serverless deploy diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2853e97..dd88cad 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: 24 - run: npm ci - run: npm test