From a146bac06cbb174d06d13b4a4f5ef6244e9fb359 Mon Sep 17 00:00:00 2001 From: Rushi Gandhi <88783422+Rushi0508@users.noreply.github.com> Date: Sun, 24 Sep 2023 16:20:01 +0530 Subject: [PATCH] Update add_labels.yml --- .github/workflows/add_labels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/add_labels.yml b/.github/workflows/add_labels.yml index a385027..228a73a 100644 --- a/.github/workflows/add_labels.yml +++ b/.github/workflows/add_labels.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 + with: + node-version: 16 - name: Add labels to issue uses: actions/github-script@v5