diff --git a/.github/workflows/linux-napi.yml b/.github/workflows/linux-napi.yml index 8c6a505..b97c5cb 100644 --- a/.github/workflows/linux-napi.yml +++ b/.github/workflows/linux-napi.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12, 14, 16, 17] + node-version: [12, 14, 16, 18] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 7186056..e96242f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [15, 16, 17] + node-version: [15, 16, 18] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/macos-napi.yml b/.github/workflows/macos-napi.yml index ef483d5..a163a5d 100644 --- a/.github/workflows/macos-napi.yml +++ b/.github/workflows/macos-napi.yml @@ -6,7 +6,7 @@ jobs: runs-on: macOS-latest strategy: matrix: - node-version: [12, 14, 16, 17] + node-version: [12, 14, 16, 18] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 8a47492..fc1b664 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -6,7 +6,7 @@ jobs: runs-on: macOS-latest strategy: matrix: - node-version: [15, 16, 17] + node-version: [15, 16, 18] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d811ade..8960e97 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -6,7 +6,7 @@ jobs: runs-on: windows-latest strategy: matrix: - node-version: [16, 17] + node-version: [16, 18] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }}