diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index 04f5aef..877edc9 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18, 20] + node-version: [20, 22] steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 diff --git a/.github/workflows/puppeteer.yml b/.github/workflows/puppeteer.yml index b2c2759..2f87f3e 100644 --- a/.github/workflows/puppeteer.yml +++ b/.github/workflows/puppeteer.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18, 20] + node-version: [20, 22] steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4