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