diff --git a/.github/workflows/test-and-deploy-to-npm.yml b/.github/workflows/test-and-deploy-to-npm.yml index 3ccd819..f71e07c 100644 --- a/.github/workflows/test-and-deploy-to-npm.yml +++ b/.github/workflows/test-and-deploy-to-npm.yml @@ -22,6 +22,9 @@ jobs: git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" + - name: Install packages + run: sudo apt-get install krb5-config + - uses: actions/setup-node@v4 with: node-version: '18.19.0'