From 1d22ea2466ef47fcfbdcc05ed1bd5bf5a3354910 Mon Sep 17 00:00:00 2001 From: John Murray Date: Mon, 24 Jun 2024 10:53:41 +0100 Subject: [PATCH] Bump CI Node version from 14 to 18 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 68dfe82..e10a8fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,7 +50,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 18.x - run: npm install - name: lint if: runner.os == 'Linux' @@ -135,7 +135,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 18.x - name: Prepare build id: set-version run: |