From 0e698e5281fdba89fd59e81b61155a16e8dd0cca Mon Sep 17 00:00:00 2001 From: Aliaksei Chapyzhenka Date: Thu, 21 Apr 2022 21:16:01 -0700 Subject: [PATCH] +node 18 --- .github/workflows/linux-napi.yml | 2 +- .github/workflows/linux.yml | 2 +- .github/workflows/macos-napi.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 }}