From 6cf22b06932b591432ed055ccb6a630b681734dd Mon Sep 17 00:00:00 2001 From: NipunaMadhushan Date: Tue, 29 Oct 2024 14:47:41 +0530 Subject: [PATCH] Set NodeJS version --- .github/workflows/publish_release_bi.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish_release_bi.yml b/.github/workflows/publish_release_bi.yml index 9b3315572c..0026cb7b1c 100644 --- a/.github/workflows/publish_release_bi.yml +++ b/.github/workflows/publish_release_bi.yml @@ -28,6 +28,10 @@ jobs: with: distribution: 'temurin' java-version: '17.0.7' + - name: Use Node.js + uses: actions/setup-node@v1 + with: + node-version: '10.22.1' - name: Clone ballerina-dev-tools run: git clone -b flow_model https://github.com/ballerina-platform/ballerina-dev-tools.git - name: Build ballerina-dev-tools