diff --git a/.github/workflows/pull-request-testing.yaml b/.github/workflows/pull-request-testing.yaml index 3ffa01a..561296c 100644 --- a/.github/workflows/pull-request-testing.yaml +++ b/.github/workflows/pull-request-testing.yaml @@ -94,6 +94,8 @@ jobs: - name: Run account creation integration test run: | + # Making sure this is installed cause it keeeps failing cause of this + npm install tweetnacl # Create a Node.js script to handle the crypto operations cat > /tmp/auth-test.mjs << 'EOF' import crypto from 'crypto';