diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fff049f..8ae4b97 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,8 +16,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-10.15, ubuntu-20.04, ubuntu-18.04, windows-2019] - node: [12, 14, 16, 17] + os: [macos-10.15, ubuntu-22.04, ubuntu-20.04, windows-2019] + node: [14, 16, 18, 19] steps: - name: Checkout repository uses: actions/checkout@v2 @@ -45,7 +45,7 @@ jobs: image: node:${{ matrix.node }}-alpine strategy: matrix: - node: [12, 14, 16, 17] + node: [14, 16, 18, 19] steps: - name: Setup env with Node v${{ matrix.node }} run: | diff --git a/.github/workflows/release-arm.yml b/.github/workflows/release-arm.yml index 55708bd..0152222 100644 --- a/.github/workflows/release-arm.yml +++ b/.github/workflows/release-arm.yml @@ -11,8 +11,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, ubuntu-18.04] - node: [12, 14, 16, 17] + os: [ubuntu-22.04, ubuntu-20.04] + node: [14, 16, 18, 19] steps: - name: Checkout repository uses: actions/checkout@v2 @@ -52,7 +52,7 @@ jobs: strategy: fail-fast: false matrix: - node: [12, 14, 16, 17] + node: [14, 16, 18, 19] steps: - name: Setup env with Node v${{ matrix.node }} run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 072f2c8..70c8264 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,8 +10,8 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-10.15, ubuntu-20.04, ubuntu-18.04, windows-2019] - node: [12, 14, 16, 17] + os: [macos-10.15, ubuntu-22.04, ubuntu-20.04, windows-2019] + node: [14, 16, 18, 19] steps: - name: Checkout repository uses: actions/checkout@v2 @@ -44,7 +44,7 @@ jobs: strategy: fail-fast: false matrix: - node: [12, 14, 16, 17] + node: [14, 16, 18, 19] steps: - name: Setup env with Node v${{ matrix.node }} run: |