diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0513f738..134c1859 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [20.x, 22.x] steps: - name: Git checkout diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04a351b2..ba30838b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:18.16 +image: node:20 stages: - test