diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc47352..2744c55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -141,7 +141,7 @@ jobs: fail-fast: false matrix: os: [macos-14] - node: [12, 13, 14, 15, 16, 17, 19] + node: [16, 17, 19] steps: - name: Checkout repository uses: actions/checkout@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c56e62d..a8655e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -170,7 +170,7 @@ jobs: fail-fast: false matrix: os: [macos-14] - node: [12, 13, 14, 15, 16, 17, 19] + node: [16, 17, 19] steps: - name: Checkout repository uses: actions/checkout@v3