diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7228f5a..654ade8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 with: - node-version: "14" + node-version: "22" - name: Install run: npm i - name: Install Playwright Browsers diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 0050585..94ed274 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 with: - node-version: '14.x' + node-version: '22.x' - name: Install dependencies run: npm ci - name: Install Playwright Browsers