diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd7baea3..6f39fe4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: name: Lint & Test Build if: github.event_name == 'pull_request' runs-on: ubuntu-22.04 - container: node:20-alpine + container: node:22-alpine steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index a7e3c68a..4dc75901 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 - name: Pnpm Setup uses: pnpm/action-setup@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 465e8404..acefed6d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx