From 2e68f112976fa672edb4814881c007979cd55eb3 Mon Sep 17 00:00:00 2001 From: Juha Paananen Date: Tue, 3 Oct 2023 21:43:45 +0300 Subject: [PATCH] Node 18 on CI as well --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b5eb9e58..8b8087067 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: --health-retries 5 strategy: matrix: - node-version: [15.x] + node-version: [18.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [15.x] + node-version: [18.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}