From ee0cd2255e1016bb26aadb958e71ada1473b5631 Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Fri, 16 Aug 2024 20:57:28 +0800 Subject: [PATCH] Run tests with Node 20 Brings back into consistency with other plugins --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8c1e4a..ce4c978 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -139,10 +139,10 @@ jobs: run: | ./run.sh install - - name: Use Node.js - uses: actions/setup-node@v3 + - name: Use NodeJS 20 + uses: actions/setup-node@v4 with: - node-version: '16' + node-version: 20 - name: Prep LSP tests run: |