diff --git a/.github/workflows/ci-publish.yml b/.github/workflows/ci-publish.yml index da06c4e7..7873e73d 100644 --- a/.github/workflows/ci-publish.yml +++ b/.github/workflows/ci-publish.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 - name: Deploy run: | yarn install --ignore-engines diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3993acd0..2913a33b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [6.x, 8.x, 10.x, 12.x, 14.x, 16.x, 18.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v2