From f828cd819f61497a3c4398c03b4fe74f45f8514a Mon Sep 17 00:00:00 2001 From: gjsjohnmurray Date: Fri, 15 Nov 2024 19:23:16 +0000 Subject: [PATCH] Try CI with node 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 df30cd7..926de4a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,7 +65,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 18 - run: npm install - name: lint if: runner.os == 'Linux-NOSUCH' @@ -136,7 +136,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 18 - name: Prepare build id: set-version run: |