From 2ab6cd5012dd9f232516154065fd5e1ac932a04c Mon Sep 17 00:00:00 2001 From: Rikito Taniguchi Date: Mon, 6 Jun 2022 17:53:55 +0900 Subject: [PATCH] Update node version of release workflow see: https://github.com/scalameta/metals-languageclient/runs/6752667431?check_suite_focus=true error vscode-jsonrpc@8.0.1: The engine "node" is incompatible with this module. Expected version ">=14.0.0". Got "10.24.1" --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94e19d2..cd83ac5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: "10.x" + node-version: "14.x" - name: Setup git env run: |