diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index ad3b76d4..cdd3f131 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [12, 13, 14, 15] + node: [18, 20, 21] steps: - uses: actions/checkout@v2.3.4 - name: Set up Node.js ${{matrix.node}} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2d0d162c..7b8875f5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [12, 13, 14, 15] + node: [18, 20, 21] steps: - uses: actions/checkout@v2.3.4 - name: Set up Node.js ${{matrix.node}}