From 4dafa416362b9a78377a479f06b36589ce26cf08 Mon Sep 17 00:00:00 2001
From: Johan Rooijakkers <johan@qlic.nl>
Date: Wed, 26 Feb 2025 17:32:31 +0100
Subject: [PATCH] update

---
 action.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/action.yml b/action.yml
index 633fc36..ee596cd 100644
--- a/action.yml
+++ b/action.yml
@@ -54,8 +54,10 @@ runs:
         BW_CLIENTID: ${{ inputs.client-id }}
         BW_CLIENTSECRET: ${{ inputs.client-secret }}
     
-    - name: Install Dependencies
-      run: npm install
+    - name: Setup Node.js
+      uses: actions/setup-node@v4
+      with:
+        node-version: '20'
     
     - name: Retrieve Requested Secrets
       shell: sh