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