From 4ac159fb6720a6fa554fd6ffcbf8336e9cf1d880 Mon Sep 17 00:00:00 2001 From: gjsjohnmurray Date: Wed, 13 Nov 2024 18:32:27 +0000 Subject: [PATCH] Another attempt to fix CI --- .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 8b05817..dc1df08 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,7 +66,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - run: npm install - name: lint if: runner.os == 'Linux-NOSUCH' @@ -136,7 +136,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - name: Prepare build id: set-version run: |